Add named volume for nova-libvirt

VM instance state (e.g., instance.xml) should be persistent
regardless of nova-libvirt container.

Change-Id: I4463d0634db2aaefde7dc2c45a144e920d9cb1ac
Closes-Bug: #1569828
(cherry picked from commit a01355029f)
This commit is contained in:
Hui Kang 2016-04-13 16:08:33 -04:00 committed by Jeffrey Zhang
parent 03b0ca8f18
commit 48934eeb21
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
- "kolla_logs:/var/log/kolla/"
- "libvirtd:/var/lib/libvirt"
- "nova_compute:/var/lib/nova/"
- "nova_libvirt_qemu:/etc/libvirt/qemu"
when: inventory_hostname in groups['compute']
- name: Starting nova-compute container