Skip to content

Commit

Permalink
fix: keystone admin ep in catalog does not exist
Browse files Browse the repository at this point in the history
This fixes the default admin endpoint in the catalog so that what is
returned is something that is resolvable in the cluster.

Example, the current url returned for admin is:
 http://keystone.openstack.svc.cluster.local:5000/v3

That service host and port is invalid, what works is:
 http://keystone-api.openstack.svc.cluster.local:5000/v3
  • Loading branch information
LukeRepko committed Aug 8, 2024
1 parent 3135efc commit b482b48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base-helm-configs/keystone/keystone-helm-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -947,8 +947,9 @@ endpoints:
# project_domain_name: default
# default_domain_id: default
hosts:
default: keystone
default: keystone-api
internal: keystone-api
admin: keystone-api
host_fqdn_override:
default: null
# NOTE(portdirect): this chart supports TLS for fqdn over-ridden public
Expand Down

0 comments on commit b482b48

Please sign in to comment.