Merge "Change libvirt volume name to libvirtd"

This commit is contained in:
Jenkins 2016-03-18 02:06:19 +00:00 committed by Gerrit Code Review
commit 9c235f6b91
2 changed files with 4 additions and 3 deletions

View File

@ -12,8 +12,8 @@
- "/lib/modules:/lib/modules:ro"
- "/run/:/run/"
- "/sys/fs/cgroup:/sys/fs/cgroup"
- "libvirtd:/var/lib/libvirt"
- "nova_compute:/var/lib/nova/"
- "nova_libvirt:/var/lib/libvirt"
when: inventory_hostname in groups['compute']
- name: Starting nova-compute container
@ -28,8 +28,8 @@
- "/lib/modules:/lib/modules:ro"
- "/run:/run"
- "kolla_logs:/var/log/kolla/"
- "libvirtd:/var/lib/libvirt"
- "nova_compute:/var/lib/nova/"
- "nova_libvirt:/var/lib/libvirt"
when:
- inventory_hostname in groups['compute']
- not enable_nova_fake | bool

View File

@ -50,10 +50,11 @@ else
heka{,_socket} \
ironic_pxe \
kolla_logs \
libvirtd \
mariadb \
mongodb \
neutron_metadata_socket \
nova_{compute,libvirt} \
nova_compute \
openvswitch_db \
rabbitmq
)