Comment 3 for bug 1878048

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

Reviewed: https://review.opendev.org/726901
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=3873d3607542b46d7cd709e4a980888334e6132f
Submitter: Zuul
Branch: master

commit 3873d3607542b46d7cd709e4a980888334e6132f
Author: Jeremy Freudberg <email address hidden>
Date: Mon May 11 12:33:12 2020 -0400

    Execute kvm-setup inside nova_libvirt container

    On POWER8 (and some others), kvm requires some additional setup before
    VMs can be successfully run. There is a script to perform this setup,
    but it is provided as a systemd service -- we don't have systemd inside
    containers, so let's include the invocation of the script in the
    definition of the container.

    Change-Id: I1e7208e4bd1c7f0c87354b6f6963c0d2df86cc02
    Closes-Bug: #1878048