From 4da722abd23d3f47a5b162b629b448c140460ce0 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Fri, 11 Oct 2013 21:54:34 +1300 Subject: [PATCH] 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 --- overcloud-source.yaml | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.16.6