From 2b801dac90faf28cfa7f7b59b464a0c28a39d668 Mon Sep 17 00:00:00 2001 From: Ryan Hallisey Date: Wed, 18 Mar 2015 16:29:10 -0400 Subject: [PATCH] Implements: blueprint heat-fig-update Heat is split into the engine and api. The current images built in kollaglue work. Change-Id: I14bb8520cf76a84491163f0f102d603d312cd5fb --- compose/heat.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 compose/heat.yaml diff --git a/compose/heat.yaml b/compose/heat.yaml new file mode 100644 index 0000000000..962c36348e --- /dev/null +++ b/compose/heat.yaml @@ -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 \ No newline at end of file