diff --git a/playbooks/kayobe-infra-vm-base/overrides.yml.j2 b/playbooks/kayobe-infra-vm-base/overrides.yml.j2 index 63c751dcc..1a72eb8f6 100644 --- a/playbooks/kayobe-infra-vm-base/overrides.yml.j2 +++ b/playbooks/kayobe-infra-vm-base/overrides.yml.j2 @@ -14,10 +14,6 @@ kolla_ansible_source_version: "{{ zuul.projects['opendev.org/openstack/kolla-ans kolla_openstack_logging_debug: True pip_upper_constraints_file: "/tmp/upper-constraints.txt" -# The hosts used by Zuul may or may not have Virtualization Technology (VT) -# enabled. Don't fail if it's disabled. -libvirt_host_require_vt: false - # Nested virtualisation is not working well in CI currently. Force the use of # QEMU. libvirt_vm_engine: "qemu" diff --git a/playbooks/kayobe-seed-vm-base/overrides.yml.j2 b/playbooks/kayobe-seed-vm-base/overrides.yml.j2 index 35a46c319..c2ab9ed58 100644 --- a/playbooks/kayobe-seed-vm-base/overrides.yml.j2 +++ b/playbooks/kayobe-seed-vm-base/overrides.yml.j2 @@ -14,10 +14,6 @@ kolla_ansible_source_version: "{{ zuul.projects['opendev.org/openstack/kolla-ans kolla_openstack_logging_debug: True pip_upper_constraints_file: "/tmp/upper-constraints.txt" -# The hosts used by Zuul may or may not have Virtualization Technology (VT) -# enabled. Don't fail if it's disabled. -libvirt_host_require_vt: false - # Nested virtualisation is not working well in CI currently. Force the use of # QEMU. libvirt_vm_engine: "qemu"