kolla-ansible/compose/heat.yaml
Ryan Hallisey 2b801dac90 Implements: blueprint heat-fig-update
Heat is split into the engine and api.  The current images
built in kollaglue work.

Change-Id: I14bb8520cf76a84491163f0f102d603d312cd5fb
2015-03-18 17:21:35 -04: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