From 6ef8796394e5719babc1126137bd52ce00518ba1 Mon Sep 17 00:00:00 2001 From: Abhishek Raut Date: Mon, 24 Aug 2015 20:09:06 -0700 Subject: [PATCH] Add conf parameter to local.conf to set default l2gw Add a new config parameter to devstack plugin to set the default layer 2 gateway's UUID. i.e. Setting this new variable will configure default_bridge_cluster_uuid to the UUID set in local.conf, which will in turn create a layer 2 gateway resource in neutron database. Change-Id: I7e4de5f55fdd8cee313ca90d2f88098c577b1304 --- devstack/lib/vmware_nsx_v3 | 1 + 1 file changed, 1 insertion(+) diff --git a/devstack/lib/vmware_nsx_v3 b/devstack/lib/vmware_nsx_v3 index ebd550d4ae..1664901f76 100644 --- a/devstack/lib/vmware_nsx_v3 +++ b/devstack/lib/vmware_nsx_v3 @@ -112,6 +112,7 @@ function neutron_plugin_configure_service { _nsxv3_ini_set retries $NSX_RETRIES _nsxv3_ini_set insecure $NSX_INSECURE _nsxv3_ini_set ca_file $NSX_CA_FILE + _nsxv3_ini_set default_bridge_cluster_uuid $DEFAULT_BRIDGE_CLUSTER_UUID } function neutron_plugin_setup_interface_driver {