kolla/compose/nova-api-conductor-scheduler.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

27 lines
545 B
YAML

novaconductor:
image: kollaglue/centos-rdo-nova-conductor:juno
name: nova-conductor
net: "host"
restart: always
env_file:
- openstack.env
# Unfortunately nova api needs to be privileged as it wants to run
# a firewall command.
novaapi:
image: kollaglue/centos-rdo-nova-api:juno
name: nova-api
privileged: True
net: "host"
restart: always
env_file:
- openstack.env
novascheduler:
image: kollaglue/centos-rdo-nova-scheduler:juno
name: nova-scheduler
net: "host"
restart: always
env_file:
- openstack.env