Merge "Implements: blueprint heat-fig-update"

This commit is contained in:
Jenkins 2015-03-19 15:44:56 +00:00 committed by Gerrit Code Review
commit c3b1174351

14
compose/heat.yaml Normal file
View File

@ -0,0 +1,14 @@
heatapi:
image: kollaglue/centos-rdo-heat-api
name: heat-api
net: "host"
restart: always
env_file:
- openstack.env
heatengine:
image: kollaglue/centos-rdo-heat-engine
name: heat-engine
net: "host"
restart: always
env_file:
- openstack.env