Merge "Renaming NOS to Director Moving PLUMgrid Director parameters to the common configuration function"
This commit is contained in:
@@ -22,13 +22,13 @@ function neutron_plugin_configure_common() {
|
||||
Q_PLUGIN_CONF_FILENAME=plumgrid.ini
|
||||
Q_DB_NAME="plumgrid_neutron"
|
||||
Q_PLUGIN_CLASS="neutron.plugins.plumgrid.plumgrid_nos_plugin.plumgrid_plugin.NeutronPluginPLUMgridV2"
|
||||
PLUMGRID_DIRECTOR_IP=${PLUMGRID_DIRECTOR_IP:-localhost}
|
||||
PLUMGRID_DIRECTOR_PORT=${PLUMGRID_DIRECTOR_PORT:-7766}
|
||||
}
|
||||
|
||||
function neutron_plugin_configure_service() {
|
||||
PLUMGRID_NOS_IP=${PLUMGRID_NOS_IP:-localhost}
|
||||
PLUMGRID_NOS_PORT=${PLUMGRID_NOS_PORT:-7766}
|
||||
iniset /$Q_PLUGIN_CONF_FILE plumgridnos nos_server $PLUMGRID_NOS_IP
|
||||
iniset /$Q_PLUGIN_CONF_FILE plumgridnos nos_server_port $PLUMGRID_NOS_PORT
|
||||
iniset /$Q_PLUGIN_CONF_FILE PLUMgridDirector director_server $PLUMGRID_DIRECTOR_IP
|
||||
iniset /$Q_PLUGIN_CONF_FILE PLUMgridDirector director_server_port $PLUMGRID_DIRECTOR_PORT
|
||||
}
|
||||
|
||||
function neutron_plugin_configure_debug_command() {
|
||||
|
Reference in New Issue
Block a user