
Currently we set both domain_name and domain_id for some configuration files, but it makes it difficult for operators to use their original domain because they should update both parameters correctly. Because it's redundant to required both name and id set, this patch deprecates all domain_id parameters, so that operator needs to set their domain name, which is predictable, before creating actual domain. Change-Id: Id96ab9af7ac5776d5a0000889d26e494c68d9376
16 lines
654 B
YAML
16 lines
654 B
YAML
---
|
|
features:
|
|
- |
|
|
The following parameters are now deprecated, and will be removed in a
|
|
future release. Please use project_domain_name and user_domain_name
|
|
instead.
|
|
|
|
- ``neutron::ml2::networking_baremetal::project_domain_id``
|
|
- ``neutron::ml2::networking_baremetal::user_domain_id``
|
|
- ``neutron::ml2::designate::project_domain_id``
|
|
- ``neutron::ml2::designate::user_domain_id``
|
|
- ``neutron::ml2::server::placement::project_domain_id``
|
|
- ``neutron::ml2::server::placement::user_domain_id``
|
|
- ``neutron::ml2::server::notifications::project_domain_id``
|
|
- ``neutron::ml2::server::notifications::user_domain_id``
|