Only start nova-data on the compute hosts

Change-Id: Icd7aa39556c50a3367c3b9630b24b7195612ba70
Closes-Bug: #1517914
This commit is contained in:
Sam Yaple 2015-11-20 22:04:54 +00:00
parent 6bbd4bf1ca
commit 42b9660c7c

View File

@ -16,6 +16,7 @@
volumes:
- "/var/lib/nova/instances"
- "/var/lib/libvirt"
when: inventory_hostname in groups['compute']
- name: Starting Nova-libvirt container
docker: