diff options
Diffstat (limited to 'undercloud-bm.yaml')
-rw-r--r-- | undercloud-bm.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/undercloud-bm.yaml b/undercloud-bm.yaml index b4b23c1b..3ce0e80f 100644 --- a/undercloud-bm.yaml +++ b/undercloud-bm.yaml @@ -44,6 +44,10 @@ Parameters: Default: '' Type: String Description: Set truthy to enable Neutron native PXE. + NeutronPublicInterface: + Default: eth2 + Description: What interface to bridge onto br-ex for network nodes. + Type: String NovaPassword: Default: unset Description: The password for the nova service account, used by nova-api. @@ -157,7 +161,8 @@ Resources: ovs_db: mysql://neutron:unset@localhost/ovs_neutron?charset=utf8 ovs: dnsmasq_range: [192.0.2.25, 192.0.2.44] - public_interface: eth2 + public_interface: + Ref: NeutronPublicInterface physical_bridge: br-ctlplane physical_network: ctlplane network_vlan_ranges: ctlplane |