diff --git a/dev/tenks-deploy-config-compute.yml b/dev/tenks-deploy-config-compute.yml
index 0c3d4344bbb223785a63c6dee5a20dcea6ddc7ec..fa84b1c4cfbdfb08fb0bc6538060f68d6dbe9b71 100644
--- a/dev/tenks-deploy-config-compute.yml
+++ b/dev/tenks-deploy-config-compute.yml
@@ -13,6 +13,9 @@ node_types:
     physical_networks:
       - physnet1
     console_log_enabled: true
+    # We seem to hit issues with missing cpu features in CI as a result of using host-model, e.g:
+    # https://zuul.opendev.org/t/openstack/build/02c33ab51664419a88a5a54ad22852a9/log/primary/system_logs/libvirt/qemu/tk0.txt.gz#38
+    cpu_mode:
 
 specs:
   - type: type0
diff --git a/dev/tenks-deploy-config-overcloud.yml b/dev/tenks-deploy-config-overcloud.yml
index 09ed6a170c41fbb52c5cf6346ef0f454d1f4d393..9408ed41f8ac8ea637c3902e411c96101efa3a90 100644
--- a/dev/tenks-deploy-config-overcloud.yml
+++ b/dev/tenks-deploy-config-overcloud.yml
@@ -14,6 +14,9 @@ node_types:
     physical_networks:
       - physnet1
     console_log_enabled: true
+    # We seem to hit issues with missing cpu features in CI as a result of using host-model, e.g:
+    # https://zuul.opendev.org/t/openstack/build/02c33ab51664419a88a5a54ad22852a9/log/primary/system_logs/libvirt/qemu/tk0.txt.gz#38
+    cpu_mode:
 
 specs:
   - type: type0