There is a bit of a weird history here, but the net is we're not installing python-guestfs when ENABLE_FILE_INJECTION is set, which it is in the gate-tempest-dsvm-neutron-full-ssh job, which makes file injection (personality) tests fail. The history: Commit0ae942b41cmoved installing python-guestfs to the hypervisor-libvirt file and it was conditional on a flag to enable file injection and the backing distro. Commita3c94468baremoved the ability to configure nova for file injection, which never made any Tempest tests fail because we didn't have a job that tested file injection with ssh, which is what gate-tempest-dsvm-neutron-full-ssh does. Commit6d3670a652added the ability back to enable file injection and the gate-tempest-dsvm-neutron-full-ssh job uses it, but missed added the condition back in from0ae942b41which installed the python-guestfs package. This change adds that back in. Change-Id: I1c1ef093b70007100646c086dc5724cd64751d00 Closes-Bug: #1622649
4.1 KiB
4.1 KiB