rackerlabs / genestack

Where Flex cloud brings infrastructures to where you are.
https://docs.rackspacecloud.com/
Apache License 2.0
24 stars 28 forks source link

fix: keystone admin ep in catalog does not exist #397

Closed LukeRepko closed 1 month ago

LukeRepko commented 1 month ago

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