Add DB sync action

It's needed for manual upgrade database schema

Change-Id: I2e2dfeab188001df38a9378558b93c910f6ce3ca
Depends-on: I425e028fcabf326d582a1d2e8fd45f761cd1a66c
This commit is contained in:
Sergey Reshetnyak 2017-02-15 19:49:19 +03:00
parent 8f1257dabe
commit fde45fdb0f
1 changed files with 9 additions and 0 deletions

View File

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