3db8159573
[placement]os_region_name has been deprecated in favor of [placement]region_name [1], and other usages removed [2]. [placement]os_interfaces has been deprecated in favor of [placement]valid_interfaces. This change removes the deprecated options, for the requisite time hath elapsed. [1] https://review.openstack.org/#/c/492247/ [2] Iea7d5d0d6907adbcb236dc43b5af7469de2ba78b Change-Id: Ide57fecf92a22c13884b872b3007e77a059e8b08
11 lines
373 B
YAML
11 lines
373 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The following deprecated options have been removed from the ``placement``
|
|
group of ``nova.conf``:
|
|
|
|
- ``os_region_name`` (use ``region_name`` instead)
|
|
- ``os_interface`` (use ``valid_interfaces`` instead)
|
|
|
|
These were deprecated in 17.0.0 as they have been superseded by their
|
|
respective keystoneauth1 Adapter configuration options. |