Files
nova/releasenotes/notes/rename-neutron_default_tenant_id-opt-7ca3647dc27f8fcc.yaml
Stephen Finucane b2451a74fc conf: Rename '[api] neutron_default_tenant_id'
Neutron has used the term project instead of tenant for a long time now.
Rename the option accordingly and drop deprecated group and deprecated
name aliases from other options in the '[api]' group.

Change-Id: I5a547c7b6232c24b3a0f0c6d0ac916229a91b038
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2025-08-11 12:12:13 +01:00

27 lines
1.0 KiB
YAML

---
upgrade:
- |
The ``[api] neutron_default_tenant_id`` option has been renamed to
``[api] neutron_default_project_id`` and the legacy ``[DEFAULT]
neutron_default_tenant_id`` alias removed.
- |
The following aliases for ``[api]`` options have been removed. They have
been deprecated since the 15.0.0 (Ocata) release.
- ``[DEFAULT] config_drive_skip_versions``
- ``[DEFAULT] vendordata_providers``
- ``[DEFAULT] vendordata_dynamic_targets``
- ``[DEFAULT] vendordata_dynamic_ssl_certfile``
- ``[DEFAULT] vendordata_dynamic_connect_timeout``
- ``[DEFAULT] vendordata_dynamic_read_timeout``
- ``[DEFAULT] metadata_cache_expiration``
- ``[DEFAULT] dhcp_domain``
- ``[DEFAULT] vendordata_jsonfile_path``
- ``[DEFAULT] max_limit``
- ``[DEFAULT] compute_link_prefix``
- ``[DEFAULT] glance_link_prefix``
- ``[DEFAULT] use_neutron_default_nets``
- ``[DEFAULT] enable_instance_password``
In all cases, the replacement is the same option in the ``[api]`` group.