Merge "Neutron: apply db migration for BGP dynamic routing agent"

This commit is contained in:
Zuul 2019-11-25 10:30:50 +00:00 committed by Gerrit Code Review
commit ea2411d05a

View File

@ -5,6 +5,7 @@
if [[ "${!KOLLA_BOOTSTRAP[@]}" ]]; then
OPTS="--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini"
neutron-db-manage ${OPTS} --subproject neutron upgrade head
neutron-db-manage ${OPTS} --subproject neutron-dynamic-routing upgrade head
neutron-db-manage ${OPTS} --subproject neutron-fwaas upgrade head
neutron-db-manage ${OPTS} --subproject neutron-vpnaas upgrade head
exit 0