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: I5a9890ccb95a21b95f488cd7a5b5fd1a6cdff38bchanges/03/700103/6
parent
ed75570496
commit
af4721b7fa
@ -0,0 +1,8 @@
|
||||
---
|
||||
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.
|
Loading…
Reference in New Issue