Skip to content
Snippets Groups Projects
Commit 7676b079 authored by Serguei Bezverkhi's avatar Serguei Bezverkhi
Browse files

Adds migration step from nova to nova_api database


This patch adds a missing required step to migrate information from the nova
to the new nova_api database.

Closes-Bug: #1565497

Change-Id: Ia1554e12c688e5a6509af2d37f1825fd4ab666be
Co-Authored-By: default avatarSteven Dake <stdake@cisco.com>
parent 808d6baa
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment