fix the vms turn transient after libvirt pod restarts
After libvirt pod restarts, the virtual machines created before
turn transient ,then opetrate these vms ,nova-compute will throw
exception. This is because that the directory /etc/libivrt/qemu
in pod contains vitual machines xml files and it is temporary,
the xmls files disappear after the pod restarts, so we mount it
to hostpath /etc/libvirt/qemu.
Reviewed: https:/ /review. openstack. org/557889 /git.openstack. org/cgit/ openstack/ openstack- helm/commit/ ?id=0f0e696ae8d 5b8b87c84fa8942 c1b2c91e90b85e
Committed: https:/
Submitter: Zuul
Branch: master
commit 0f0e696ae8d5b8b 87c84fa8942c1b2 c91e90b85e
Author: Betterme001 <email address hidden>
Date: Fri Mar 30 11:23:52 2018 +0800
fix the vms turn transient after libvirt pod restarts
After libvirt pod restarts, the virtual machines created before
turn transient ,then opetrate these vms ,nova-compute will throw
exception. This is because that the directory /etc/libivrt/qemu
in pod contains vitual machines xml files and it is temporary,
the xmls files disappear after the pod restarts, so we mount it
to hostpath /etc/libvirt/qemu.
Change-Id: I48fd712c2b0565 cb2cfe850482e85 01f4e5022a4
Closed-bug: 1760003