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:
parent
47826c56dd
commit
2b801dac90
14
compose/heat.yaml
Normal file
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
|
Loading…
x
Reference in New Issue
Block a user