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
This commit is contained in:
Abhishek Raut 2015-08-24 20:09:06 -07:00
parent 9fbfd5c6a5
commit 6ef8796394

View File

@ -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 {