Use --subproject instead of deprecated --service option

The --service option to neutron-db-manage is deprecated and will be
removed soon. Use --subproject instead.

Related-Bug: #1501380

Change-Id: I02757737baea7c8623e7ed6cabff99c490f1f6c1
This commit is contained in:
Henry Gessau 2016-05-30 10:46:31 -04:00 committed by Henry Gessau
parent b0b6a0aa85
commit d818279ea9
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ function neutron_lbaas_configure_common {
_neutron_deploy_rootwrap_filters $NEUTRON_LBAAS_DIR
$NEUTRON_BIN_DIR/neutron-db-manage --service lbaas --config-file $NEUTRON_CONF --config-file /$Q_PLUGIN_CONF_FILE upgrade head
$NEUTRON_BIN_DIR/neutron-db-manage --subproject neutron-lbaas --config-file $NEUTRON_CONF --config-file /$Q_PLUGIN_CONF_FILE upgrade head
}
function neutron_lbaas_configure_agent {