kolla/compose/nova-api-conductor-scheduler-consoleauth-novncproxy.yml
Ryan Hallisey a5fa276c3a Revert "Merge "Updated all tags for Liberty2""
Revert commit so that master will use the tag latest

Change-Id: If31c77cb288090dd5c780d684df41197df5b7fc2
2015-08-06 12:57:12 -04:00

43 lines
880 B
YAML

novaconductor:
image: kollaglue/centos-rdo-nova-conductor:latest
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:latest
name: nova-api
privileged: True
net: "host"
restart: always
env_file:
- openstack.env
novascheduler:
image: kollaglue/centos-rdo-nova-scheduler:latest
name: nova-scheduler
net: "host"
restart: always
env_file:
- openstack.env
novaconsoleauth:
image: kollaglue/centos-rdo-nova-consoleauth:latest
name: nova-consoleauth
net: "host"
restart: always
env_file:
- openstack.env
novanovncproxy:
image: kollaglue/centos-rdo-nova-novncproxy:latest
name: nova-novncproxy
net: "host"
restart: always
env_file:
- openstack.env