kolla/compose/heat-api-engine.yml
Steven Dake dbddef4f78 Improve Heat integration
Generate Heat environment variables.
Rename yml file to api and engine to follow other service conventions.
Add heat to compose/start
Modify integration guide to include new variables.

Change-Id: I058d829901881e28d6f4785f59fcf778058241e4
2015-03-20 10:21:01 -07:00

14 lines
264 B
YAML

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