Merge "Neutron: apply db migration for BGP dynamic routing agent"
This commit is contained in:
commit
ea2411d05a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user