Merge "Add DB sync action"

This commit is contained in:
Jenkins 2017-02-16 12:36:43 +00:00 committed by Gerrit Code Review
commit 9ac8ee2e02
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