[Openstack] use of internal endpoint url instead of public url

Mac Innes, Kiall kiall at hp.com
Wed Feb 13 17:14:32 UTC 2013


On 13/02/13 17:07, Scott Devoid wrote:
> We're also lacking support for setting --endpoint-type in keystone. In
> my case, it's trying to use adminURL when publicURL is the only one
> externally reachable.

The keystone client doesn't use the --endpoint-type flag, since you have
to supply a URL in the first place! Usually via an env var.

> Are all of these effectively the same?
> --os-endpoint <service-endpoint>
> --endpoint-type <xURL>
> --bypass-url <url>

No. endpoint-type takes in a "type" (Either "publicURL", "internalURL"
or "adminURL") and not an actual URL. This type is then used to lookup
the URL from keystone's catalog.

--os-endpoint and --bypass-url appear to be the same thing though..

Thanks,
Kiall





More information about the Openstack mailing list