Add DB sync action
It's needed for manual upgrade database schema Change-Id: Id1ab1bfcf5adb944a3f964571d52c1ee9fa74ced Depends-on: I425e028fcabf326d582a1d2e8fd45f761cd1a66c
This commit is contained in:
parent
c7518fc787
commit
219301b42b
9
service/actions/db-sync.yaml
Normal file
9
service/actions/db-sync.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user