NSXv, DVS: Use neutron DB name instead of neutron_nsx

No sense in changing the DB name, really.

Change-Id: I7f20f4ae9c724791bd3f025a664e9cf92902c938
This commit is contained in:
Kobi Samoray 2018-01-10 15:20:08 +02:00 committed by garyk
parent 45ccd1eaa3
commit c9b8eba4e4
2 changed files with 0 additions and 2 deletions

View File

@ -69,7 +69,6 @@ function neutron_plugin_configure_common {
(cd $DEST/$VMWARE_NSX_DIR && exec ./tools/generate_config_file_samples.sh)
mkdir -p /$Q_PLUGIN_CONF_PATH
cp $DEST/$Q_PLUGIN_SRC_CONF_PATH/nsx.ini.sample /$Q_PLUGIN_CONF_PATH/$Q_PLUGIN_CONF_FILENAME
Q_DB_NAME="neutron_nsx"
Q_PLUGIN_CLASS="vmware_dvs"
}

View File

@ -59,7 +59,6 @@ function neutron_plugin_configure_common {
cp $DEST/$Q_PLUGIN_SRC_CONF_PATH/nsx.ini.sample /$Q_PLUGIN_CONF_PATH/$Q_PLUGIN_CONF_FILENAME
sudo install -d -o $STACK_USER $NEUTRON_CONF_DIR/policy.d
cp -vr $DEST/$Q_PLUGIN_SRC_CONF_PATH/policy.d/* $NEUTRON_CONF_DIR/policy.d/
Q_DB_NAME="neutron_nsx"
Q_PLUGIN_CLASS="vmware_nsxv"
}