[Openstack] nova-compute and querying keystone for glance endpoint

Lorin Hochstein lorin at nimbisservices.com
Sat Mar 23 03:16:06 UTC 2013


On Wed, Mar 20, 2013 at 12:12 AM, Nathanael Burton <
nathanael.i.burton at gmail.com> wrote:

> On Mar 19, 2013 11:56 PM, "Lorin Hochstein" <lorin at nimbisservices.com>
> wrote:
> > OK, so I'm not crazy, that means that I really do need to do something
> like:
> >
> > glance_api_servers=192.168.206.130:9292
> >
> > or (since the default port is used)
> >
> > glance_host=192.168.206.130
> >
> >
> > Lorin
>
> Kinda, if using FLAGS.glance_api_servers you still need to specify the
> port because the code will default to port 80 if not specified [1].  Also
> if your glance server is configured with SSL you would do:
>
> glance_api_servers=https://192.168.206.130:9292
>
> Looking back at the code, your original idea also works.  If you just
> specify FLAGS.glance_host it will build FLAGS.glance_api_servers based on
> your glance_host and the default glance_port [2]. I've always specified the
> glance_api_servers flag since it's the only way to specify SSL.
>
> [1] -
> https://github.com/openstack/nova/blob/stable/folsom/nova/image/glance.py#L84
>
> [2] -
> https://github.com/openstack/nova/blob/stable/folsom/nova/flags.py#L138
>
>
>
I filed an ops bug against nova asking to change the default behavior:
https://bugs.launchpad.net/nova/+bug/1159043

-- 
Lorin Hochstein
Lead Architect - Cloud Services
Nimbis Services, Inc.
www.nimbisservices.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20130322/2e1dbdff/attachment.html>


More information about the Openstack mailing list