Merge "Adds migration step from nova to nova_api database"

This commit is contained in:
Jenkins 2016-04-05 11:30:13 +00:00 committed by Gerrit Code Review
commit c8f0fa67f7

View File

@ -5,5 +5,6 @@
if [[ "${!KOLLA_BOOTSTRAP[@]}" ]]; then
nova-manage db sync
nova-manage api_db sync
nova-manage db online_data_migrations
exit 0
fi