ironic/releasenotes/notes/net-names-b8a36aa30659ce2f.yaml
Jim Rollenhagen 4dfde43b25 Clean up release notes for 7.0.0
Change-Id: I932157f80f58d17ce66df60fde31bb812f74d05f
2017-02-13 15:44:00 -05:00

16 lines
736 B
YAML

---
features:
- 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``).
Care has to be taken to ensure that the
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.
deprecations:
- 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.