← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1322438] Re: glance_protocol option not taking effect

 

Hi, Please see the help for the option

https://github.com/openstack/nova/blob/master/nova/image/glance.py#L56

    cfg.ListOpt('glance_api_servers',
                default=['$glance_host:$glance_port'],
                help='A list of the glance api servers available to nova. '
                     'Prefix with https:// for ssl-based glance api servers. '
                     '([hostname|ip]:port)')

You need to specify https:// in addition to the protocol when using
glance_api_servers

** Changed in: nova
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1322438

Title:
  glance_protocol option not taking effect

Status in OpenStack Compute (Nova):
  Invalid

Bug description:
  Configure Glance https endpoint in Keystone catalog. With following
  options, one would expect https protocol to be used when nova talking
  to glance.

  glance_api_servers=192.168.1.231:9292
  glance_protocol=https

  Actual result:
  nova --debug image-list

  500 error returned as Nova still using http protocol talking to Glance.
  ClientException: The server has either erred or is incapable of performing the requested operation. (HTTP 500)

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1322438/+subscriptions


References