ironic/releasenotes/notes/removed-keystone-section-1ec46442fb332c29.yaml
Pavlo Shchelokovskyy 47c2b15ea9 Remove deprecated [keystone] config section
this section contains only deprecated 'region_name' option,
and thus can be removed altogether.

Change-Id: Ib9308589fbbb06637146d152681700463c3e6333
2018-06-11 13:30:50 +00:00

13 lines
472 B
YAML

---
upgrade:
- |
Deprecated option ``[keystone]\region_name`` was removed and will be
ignored.
Instead use ``region_name`` option in other sections related to contacting
other services (``[service_catalog]``, ``[cinder]``, ``[glance]``,
``[neutron]``, [``swift``] and ``[inspector]``).
As the option ``[keystone]\region_name`` was the only option in
``[keystone]`` section of ironic configuration file, this section was
removed as well.