Remove emulation enforcing

Lately this is making the Wallaby on CS9 line crumble. After some tests,
it seems, at least on CS9, we're able to get rid of this option - and
should, since it's crashing virt-customize.

Change-Id: I4e3cbe4507cbe7d1471f75cb41af99f84725b3ad
Closes-Bug: #2018356
Related-Bug: #1743749
This commit is contained in:
Cédric Jeanneret 2023-05-03 13:03:27 +02:00
parent 3f5f5fbf73
commit bed8aa0115
1 changed files with 0 additions and 3 deletions

View File

@ -50,9 +50,6 @@
> {{ working_dir }}/{{ modify_script|default('modify_image')|replace('/','_') }}.log 2>&1
environment:
LIBGUESTFS_BACKEND: direct
# FIXME(ykarel) LIBGUESTFS_BACKEND_SETTINGS can be removed once
# https://bugs.launchpad.net/tripleo/+bug/1743749 is completely fixed.
LIBGUESTFS_BACKEND_SETTINGS: "{{ lookup( 'env', 'LIBGUESTFS_BACKEND_SETTINGS')|default('force_tcg', true) }}"
args:
chdir: "{{ modify_image_working_dir }}"
changed_when: true