ironic/releasenotes/notes/add-neutron-network-interface-aa9e7e65011ab8cd.yaml
Vasyl Saienko ab97fa0f1f Add 'neutron' network interface
This patch adds a 'neutron' network interface. This interface
supports separate networks for provisioning and for cleaning of nodes.

Partial-bug: #1526403
Co-Authored-By: Vladyslav Drok <vdrok@mirantis.com>
Change-Id: Ia3442ab3536a1a8d8839b24dbfc640b818450350
2016-07-13 13:38:56 +03:00

15 lines
588 B
YAML

---
features:
- Added ``neutron`` network interface. This interface allows to provision
and/or clean node in separate networks. A new config option
``[neutron]provisioning_network_uuid`` has been added. This option
specifies provision network UUID.
upgrade:
- |
If ``neutron`` network interface is specified in
``[DEFAULT]enabled_network_interfaces``,
``[neutron]provisioning_network_uuid`` and
``[neutron]cleaning_network_uuid`` configuration options are required. If
any of them is not specified, the ironic-conductor service will fail to
start.