Add online data migrations for Nova

This patch adds an additional actions for Nova to simplify a manual
transition procedure.

Change-Id: Ide1162cd6f9d42c87d6913dd2680f37e7dd100a1
This commit is contained in:
Ilya Kharin 2017-02-20 13:08:19 +04:00
parent 916d459827
commit d0855d4389
1 changed files with 8 additions and 0 deletions

View File

@ -15,3 +15,11 @@ actions:
files:
- path: /etc/nova/nova.conf
content: nova.conf.j2
- name: nova-db-online-data-migrations
image: nova-base
dependencies:
- nova-db-create
command: nova-manage db online_data_migrations
files:
- path: /etc/nova/nova.conf
content: nova.conf.j2