ironic/releasenotes/notes/glance-deprecations-21e7014b72a1bcef.yaml
Dmitry Tantsur dcfb4f10f3 Remove the deprecated glance authentication options
Also rename glance_num_retries -> num_retries with deprecation to
avoid redundant "glance".

Change-Id: I054ed79bfd3c908b3c3841f97b0d381a50280859
2019-06-18 12:00:47 +02:00

12 lines
433 B
YAML

---
upgrade:
- |
The deprecated options ``glance_api_servers``, ``glance_api_insecure``,
``glance_cafile`` and ``auth_strategy`` from the ``[glance]`` section have
been remove. Please use the corresponding keystoneauth options instead.
deprecations:
- |
The configuration option ``[glance]glance_num_retries`` has been renamed
to ``[glance]num_retries``. The old name will be removed in a future
release.