python-tripleoclient/releasenotes/notes/option-ironic-network-interfaces-7e185f5fd67c7500.yaml
Harald Jensås af4721b7fa Add option to control ironic network interfaces
When deploying on IPv6 stateful ironic must use the
neutron network interface driver. This because we need
to configure neutron service ports (provisioning, cleaning
etc.) with multiple ip addresses for certain UEFI firmware
and chainloading combinations (iPXE -> Ironic IPA) to work.

Closes-Bug: #1864491
Change-Id: I5a9890ccb95a21b95f488cd7a5b5fd1a6cdff38b
2020-03-09 07:50:29 +00:00

9 lines
362 B
YAML

---
features:
- |
The network interface drivers for the Baremetal service on the undercloud
is now configurable. New undercloud.conf options
``enabled_network_interfaces`` (Default: ``flat``) and
``default_network_interface`` (Default: ``flat``) control the enabled
network interface and the default network interface when enrolling nodes.