Comment 2 for bug 1760003

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-helm (master)

Reviewed: https://review.openstack.org/557889
Committed: https://git.openstack.org/cgit/openstack/openstack-helm/commit/?id=0f0e696ae8d5b8b87c84fa8942c1b2c91e90b85e
Submitter: Zuul
Branch: master

commit 0f0e696ae8d5b8b87c84fa8942c1b2c91e90b85e
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: I48fd712c2b0565cb2cfe850482e8501f4e5022a4
    Closed-bug: 1760003