2016-08-19 18:01:31 +02:00
|
|
|
---
|
|
|
|
features:
|
2017-02-08 16:37:05 -05:00
|
|
|
- Names can now be used instead of UUIDs for ``[neutron]/cleaning_network``
|
|
|
|
and
|
|
|
|
``[neutron]/provisioning_network`` configuration options (formerly
|
|
|
|
called ``[neutron]/cleaning_network_uuid`` and
|
|
|
|
``[neutron]/provisioning_network_uuid``).
|
2016-12-06 10:19:40 -05:00
|
|
|
Care has to be taken to ensure that the
|
2017-02-08 16:37:05 -05:00
|
|
|
names are unique among all networks in this case. Note that the mapping
|
|
|
|
between a name and a UUID is cached for the lifetime of the conductor.
|
2016-08-19 18:01:31 +02:00
|
|
|
deprecations:
|
2017-02-08 16:37:05 -05:00
|
|
|
- Configuration options ``[neutron]/cleaning_network_uuid`` and
|
|
|
|
``[neutron]/provisioning_network_uuid`` are deprecated in favor of the new
|
|
|
|
configuration options ``[neutron]/cleaning_network`` and
|
|
|
|
``[neutron]/provisioning_network`` respectively.
|