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

2013-03-02 Thread Patrick Petit
On Feb 13, 2013, at 6:14 PM, Mac Innes, Kiall wrote: 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

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

2013-02-13 Thread Sylvain Bauza
--bypass-url bypass-url Use this API endpoint instead of the Service Catalog In client.py : if self.bypass_url: self.set_management_url(self.bypass_url) Is this what you expect ? -Sylvain Le 13/02/2013 12:08, Patrick Petit a écrit : Dear All,

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

2013-02-13 Thread Sylvain Bauza
I forgot to mention, cinderclient doesn't support this attribute yet, but it's worth to add it. -Sylvain Le 13/02/2013 12:46, Sylvain Bauza a écrit : --bypass-url bypass-url Use this API endpoint instead of the Service Catalog In client.py : if

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

2013-02-13 Thread Scott Devoid
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. Are all of these effectively the same? --os-endpoint service-endpoint --endpoint-type xURL --bypass-url url ~ Scott On Wed, Feb 13,