<div dir="ltr">Hi Nova experts,<div><br></div><div>Some time ago I figured out that devstack fails to stack with USE_SSL=True option because it doesn't configure nova to work with secured glace [1]. Support of secured glance was added to nova in Juno cycle [2], but it looks strange for me.</div><div><br></div><div>Glance client takes settings form '[ssl]' section. The same section is used to set up nova server SSL settings. Other clients have separate sections in the config file (and switching to session use now),  e.g. related code for cinder - [3].</div><div><br></div><div>I've created quick fix for the devstack - [4], but it would be nice to shed a light on nova plans around glance config before merging a workaround for devstack.</div><div><br></div><div>So, the questions are:</div><div>1. Is it normal that glance client reads from '[ssl]' config section?</div><div>2. Is there a plan to move glance client to sessions use and move corresponding config section to '[glance]'?</div><div>3. Are any plans to run CI for USE_SSL=True use case?</div><div><div><br></div><div>[1] - <a href="https://bugs.launchpad.net/devstack/+bug/1405484">https://bugs.launchpad.net/devstack/+bug/1405484</a></div><div>[2] - <a href="https://review.openstack.org/#/c/72974">https://review.openstack.org/#/c/72974</a></div><div>[3] - <a href="https://github.com/openstack/nova/blob/2015.1.0b2/nova/volume/cinder.py#L73">https://github.com/openstack/nova/blob/2015.1.0b2/nova/volume/cinder.py#L73</a></div><div>[4] - <a href="https://review.openstack.org/#/c/153737">https://review.openstack.org/#/c/153737</a><div><div><br></div><div>Thanks,</div><div>Andrew.</div></div></div></div></div>