af4721b7fa
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
9 lines
362 B
YAML
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.
|