aboutsummaryrefslogtreecommitdiffstats
path: root/docker/services/heat-engine.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-05-30 13:52:28 +0000
committerGerrit Code Review <review@openstack.org>2017-05-30 13:52:28 +0000
commit5f374b863d66256d222c638a927c8455a9d10fc8 (patch)
tree68c654312d03d29352c0a8c2420e160bed40ebbd /docker/services/heat-engine.yaml
parent847a1fe79333f3eb18672a88a5212cbd395b94bf (diff)
parent51da97d04a2cbc81ad4b56a8a91c6dd43d5afe81 (diff)
Merge "docker bootstrap service commands"
Diffstat (limited to 'docker/services/heat-engine.yaml')
-rw-r--r--docker/services/heat-engine.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/services/heat-engine.yaml b/docker/services/heat-engine.yaml
index 8c554a50..0adad538 100644
--- a/docker/services/heat-engine.yaml
+++ b/docker/services/heat-engine.yaml
@@ -94,13 +94,14 @@ outputs:
net: host
privileged: false
detach: false
+ user: root
volumes:
list_concat:
- {get_attr: [ContainersCommon, volumes]}
-
- /var/lib/config-data/heat/etc/heat/:/etc/heat/:ro
- /var/log/containers/heat:/var/log/heat
- command: ['heat-manage', 'db_sync']
+ command: "/usr/bin/bootstrap_host_exec heat_engine su heat -s /bin/bash -c 'heat-manage db_sync'"
step_4:
heat_engine:
image: *heat_engine_image