aboutsummaryrefslogtreecommitdiffstats
path: root/overcloud-source.yaml
diff options
context:
space:
mode:
authorRobert Collins <rbtcollins@hp.com>2013-10-11 21:54:34 +1300
committerRobert Collins <rbtcollins@hp.com>2013-10-12 00:03:44 +1300
commit4da722abd23d3f47a5b162b629b448c140460ce0 (patch)
tree7229d2e957fb857675b51b38256fe58ba93606dc /overcloud-source.yaml
parent5eee774cf2b138837b82f5bb681a9a6e677008ed (diff)
Permit overriding the default route for neutron.
The intent here is that the undercloud default route will be discard, but the router kept for access to the metadata service, and this specified route will be used for all other traffic. Change-Id: Idf3f8252c4d4be30839d9d08ad7d4ce49538f04e
Diffstat (limited to 'overcloud-source.yaml')
-rw-r--r--overcloud-source.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/overcloud-source.yaml b/overcloud-source.yaml
index e225df56..b862b4d1 100644
--- a/overcloud-source.yaml
+++ b/overcloud-source.yaml
@@ -61,6 +61,10 @@ Parameters:
Default: eth0
Description: What interface to bridge onto br-ex for network nodes.
Type: String
+ NeutronPublicInterfaceDefaultRoute:
+ Default: ''
+ Description: A custom default route for the NeutronPublicInterface.
+ Type: String
NeutronPublicInterfaceIP:
Default: ''
Description: A custom IP address to put onto the NeutronPublicInterface.
@@ -284,6 +288,8 @@ Resources:
Ref: NeutronPublicInterface
public_interface_raw_device:
Ref: NeutronPublicInterfaceRawDevice
+ public_interface_route:
+ Ref: NeutronPublicInterfaceDefaultRoute
physical_bridge: br-ex
tenant_network_type: gre
ovs_db: mysql://neutron:unset@localhost/ovs_neutron?charset=utf8