nova/releasenotes/notes/move-ssl-opts-to-glance-6553de9e773bccbc.yaml
Sarafraj Singh b277b10df6 Adopts keystoneauth with glance client.
Migrate Glance client to Keystonesuth to make it
consistent with Cinder and Neutron clients.

Note:  We still use the api_servers variable, rather than
fetching endpoints from the service catalog.
This change is needed to enable the use of service token
with Glance client.

Related to blueprint use-service-tokens-pike
Change-Id: I02be31bbe2de54c69210934b234ed380daca4fda
Co-Authored-By: Pushkar Umaranikar <pushkar.umaranikar@intel.com>
2017-06-07 20:10:38 +00:00

12 lines
431 B
YAML

---
upgrade:
- |
The ``ssl`` options were only used by Nova code that interacts with
Glance client. These options are now defined and read by Keystoneauth.
``api_insecure`` option from glance group is renamed to ``insecure``. The
following ''ssl'' options are moved to ``glance`` group
- ``ca_file`` now called ``cafile``
- ``cert_file`` now called ``certfile``
- ``key_file`` now called ``keyfile``