diff --git a/service/actions/db-sync.yaml b/service/actions/db-sync.yaml new file mode 100644 index 0000000..31c64f0 --- /dev/null +++ b/service/actions/db-sync.yaml @@ -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