Add DB sync action

It's needed for manual upgrade database schema

Change-Id: I86c8ec2652835a89b6be2ee1d9ef3a33d1ff549c
Depends-on: I425e028fcabf326d582a1d2e8fd45f761cd1a66c
This commit is contained in:
Sergey Reshetnyak 2017-02-15 19:40:22 +03:00
parent ab49111358
commit 392d2856ce
1 changed files with 9 additions and 0 deletions

View File

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