Merge "Add DB sync action"

This commit is contained in:
Jenkins 2017-02-16 12:36:23 +00:00 committed by Gerrit Code Review
commit b30e325d6d
1 changed files with 9 additions and 0 deletions

View File

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