b277b10df6
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>
12 lines
431 B
YAML
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``
|