
This represents the Juno release of the images. Partially-implements: blueprint port-kilo Change-Id: I2837ec25a2aa093b7fff7519f3ed608ec93736bf
27 lines
545 B
YAML
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
|