ea55db7b99
This updates the help string for [neutron]provisioning_network configuration option to indicate that the value can also be a network name. The release note for this new configuration option is also updated. This is a follow up to b6a2919b6198c8fb24d6f7e597f79a08f6ffe049. Change-Id: I5773b20c5578fa4d14f80de9119e442edfe98dd0
14 lines
648 B
YAML
14 lines
648 B
YAML
---
|
|
features:
|
|
- Names can now be used instead of UUIDs for "cleaning_network" and
|
|
"provisioning_network" [neutron] configuration options (formerly
|
|
called "cleaning_network_uuid" and "provisioning_network_uuid").
|
|
Care has to be taken to ensure that the
|
|
names are unique among all networks in this case. Note that mapping between
|
|
a name and a UUID is cached for the lifetime of the conductor.
|
|
deprecations:
|
|
- Configuration options "[neutron]cleaning_network_uuid" and
|
|
"[neutron]provisioning_network_uuid" are deprecated in favor of new
|
|
"[neutron]cleaning_network" and "[neutron]provisioning_network"
|
|
respectively.
|