kolla-ansible/compose/heat-api-engine.yml
Steven Dake 68594d873f Port to Juno
This represents the Juno release of the images.

Partially-implements: blueprint port-kilo

Change-Id: I2837ec25a2aa093b7fff7519f3ed608ec93736bf
2015-05-06 09:58:43 -07:00

15 lines
275 B
YAML

heatapi:
image: kollaglue/centos-rdo-heat-api:juno
name: heat-api
net: "host"
restart: always
env_file:
- openstack.env
heatengine:
image: kollaglue/centos-rdo-heat-engine:juno
name: heat-engine
net: "host"
restart: always
env_file:
- openstack.env