[openstack-dev] [Nova] links collection contains wrong URI base

Jay Pipes jaypipes at gmail.com
Mon May 13 14:41:12 UTC 2013


On 05/10/2013 12:21 PM, Vishvananda Ishaya wrote:
> I believe it is set by webob which appears to be parsing the url
> via urlparse.urlsplit(path) in environ_from_url. I suppose this
> means that if you terminate https via a proxy then it will give
> you the internal url scheme.
> 
> That said, You can override these values using:
> 
> CONF.osapi_compute_link_prefix
> CONF.osapi_glance_link_prefix
> 
> For example, for the api samples we use:
> 
> 'http://openstack.example.com'

Thanks much, Vish, I'll try that.

Best,
-jay



More information about the OpenStack-dev mailing list