aboutsummaryrefslogtreecommitdiffstats
path: root/controller.yaml
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2015-07-05 13:56:28 -0400
committerDan Prince <dprince@redhat.com>2015-07-06 13:50:55 -0400
commite3cd6284fb62a04e0dcb7a144433cf1e27af7fd7 (patch)
treea6e7a0bafd33f13c6ea522ae3b8649defe0c69b6 /controller.yaml
parent20536bc2e1eec5926df479d1fbc124df766b8ac0 (diff)
Add NeutronExternalNetworkBridge parameter
This patch adds a new parameter to configure the neutron external network bridge. This setting applies to the bridge used in the Neutron l3_agent.ini file and can by useful if you wish to set external_network_bridge = '' in that file. As part of this fix we also update the environment file for network isolation so that we automatically set the new NeutronExternalNetworkBridge to an empty string. This fixes an issue where overcloud floating IPs did not work correctly when using the external network interface for floating IP traffic. Change-Id: I3bfcda8746780ea0851d88ed6db8557e261cef0d
Diffstat (limited to 'controller.yaml')
-rw-r--r--controller.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/controller.yaml b/controller.yaml
index 01c69f02..6387f24e 100644
--- a/controller.yaml
+++ b/controller.yaml
@@ -221,6 +221,10 @@ parameters:
type: string
hidden: true
default: '' # Has to be here because of the ignored empty value bug
+ NeutronExternalNetworkBridge:
+ description: Name of bridge used for external network traffic.
+ type: string
+ default: 'br-ex'
NeutronBridgeMappings:
description: >
The OVS logical->physical bridge mappings to use. See the Neutron