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