summaryrefslogtreecommitdiffstats
path: root/undercloud-vm.yaml
diff options
context:
space:
mode:
authorRobert Collins <rbtcollins@hp.com>2013-10-11 21:06:43 +1300
committerRobert Collins <rbtcollins@hp.com>2013-10-11 21:06:43 +1300
commit270aa4441c256d913aca12588b5cbabe09a1229d (patch)
tree6427a28c79dbd21c4f0719d61b8c14849e07f23e /undercloud-vm.yaml
parentf8175fb55fd3d0a7c76ac8030157e02347c61525 (diff)
Make neutron public interface configurable.
Not all machines use eth0 :). Change-Id: I2d0cfd8df46e7eda1b7db2ea5c8e84d3e970c862
Diffstat (limited to 'undercloud-vm.yaml')
-rw-r--r--undercloud-vm.yaml7
1 files changed, 6 insertions, 1 deletions
diff --git a/undercloud-vm.yaml b/undercloud-vm.yaml
index a1274094..871e5731 100644
--- a/undercloud-vm.yaml
+++ b/undercloud-vm.yaml
@@ -44,6 +44,10 @@ Parameters:
Default: ''
Type: String
Description: Set truthy to enable Neutron native PXE.
+ NeutronPublicInterface:
+ Default: eth0
+ 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.
@@ -167,7 +171,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: eth0
+ public_interface:
+ Ref: NeutronPublicInterface
physical_bridge: br-ctlplane
physical_network: ctlplane
network_vlan_ranges: ctlplane