Merge "Use --subproject instead of deprecated --service option"

This commit is contained in:
Jenkins 2016-06-03 20:07:33 +00:00 committed by Gerrit Code Review
commit cb1e665a8a
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@
# Bootstrap and exit if KOLLA_BOOTSTRAP variable is set. This catches all cases
# of the KOLLA_BOOTSTRAP variable being set, including empty.
if [[ "${!KOLLA_BOOTSTRAP[@]}" ]]; then
neutron-db-manage --service lbaas --config-file /etc/neutron/neutron.conf upgrade head
neutron-db-manage --subproject neutron-lbaas --config-file /etc/neutron/neutron.conf upgrade head
exit 0
fi