Merge "Add DB sync action"

This commit is contained in:
Jenkins 2017-02-16 12:35:42 +00:00 committed by Gerrit Code Review
commit 916d459827
1 changed files with 17 additions and 0 deletions

View File

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