Neutron: apply db migration for BGP dynamic routing agent

Change-Id: Id84d5a1b3c70c0260b85ed7c24aa7f1e007c12d6
Closes-Bug: 1848572
(cherry picked from commit 89372f0c5f)
This commit is contained in:
Viktor Michalek 2019-10-17 15:18:14 +02:00
parent ede35f87f3
commit b421830c76
1 changed files with 1 additions and 0 deletions

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