From e3cd6284fb62a04e0dcb7a144433cf1e27af7fd7 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Sun, 5 Jul 2015 13:56:28 -0400 Subject: 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 --- controller.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'controller.yaml') 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 -- cgit 1.2.3-korg