Comment 8 for bug 1801977

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (stable/queens)

Reviewed: https://review.opendev.org/675357
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=82d0b03d237fc1c3024daaa6fe480549a13d000f
Submitter: Zuul
Branch: stable/queens

commit 82d0b03d237fc1c3024daaa6fe480549a13d000f
Author: Cédric Jeanneret <email address hidden>
Date: Tue Nov 6 18:51:43 2018 +0100

    Ensure directories managed by libvirt-daemon exist

    The /var/run/libvirt directory is managed by libvirt-daemon. As
    this service is now running within a container, the directory
    might not exists on a fresh install.
    This patch also takes care of the fact the /var/run directory is
    cleaned upon reboot, and uses systemd-tmpfiles in order to ensure
    the directory creation during the boot process.

    We also take care of missing log directories, also managed by the
    libvirt-daemon package.

    Change-Id: I6f8dc49ff556215a25e8bb23ae8da63ce607d70c
    Closes-Bug: #1801977
    (cherry picked from commit f65664ff56de26b6e98ffcf09001427e5a8bdaf3)