summaryrefslogtreecommitdiff
path: root/releasenotes/notes/net-names-b8a36aa30659ce2f.yaml
blob: 57a73af821d78e023bc50288b72f037ef0ce9bad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
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.