Implements: blueprint heat-fig-update

Heat is split into the engine and api.  The current images
built in kollaglue work.

Change-Id: I14bb8520cf76a84491163f0f102d603d312cd5fb
This commit is contained in:
Ryan Hallisey 2015-03-18 16:29:10 -04:00
parent 47826c56dd
commit 2b801dac90

14
compose/heat.yaml Normal 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