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