ab97fa0f1f
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
15 lines
588 B
YAML
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.
|