Add DB sync action

It's needed for manual upgrade database schema

Change-Id: Id1ab1bfcf5adb944a3f964571d52c1ee9fa74ced
Depends-on: I425e028fcabf326d582a1d2e8fd45f761cd1a66c
This commit is contained in:
Sergey Reshetnyak 2017-02-15 17:08:33 +03:00
parent c7518fc787
commit 219301b42b
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
actions:
- name: cinder-db-sync
image: cinder-base
dependencies:
- cinder-db-create
command: cinder-manage db sync
files:
- path: /etc/cinder/cinder.conf
content: cinder.conf.j2