summaryrefslogtreecommitdiffstats
path: root/playbooks/libvirt/openshift-cluster/templates/domain.xml
diff options
context:
space:
mode:
authorLénaïc Huard <lhuard@amadeus.com>2016-07-20 18:07:10 +0200
committerLénaïc Huard <lhuard@amadeus.com>2016-07-21 09:11:36 +0200
commit887ba6a2a7263985d5f644e37e5428f0a8bd5166 (patch)
treef35fd9dc344f3da1a131dc4de9456e40b0056f03 /playbooks/libvirt/openshift-cluster/templates/domain.xml
parente56778743abfc0d349ec8bead684389a7c253cc2 (diff)
downloadopenshift-887ba6a2a7263985d5f644e37e5428f0a8bd5166.tar.gz
openshift-887ba6a2a7263985d5f644e37e5428f0a8bd5166.tar.bz2
openshift-887ba6a2a7263985d5f644e37e5428f0a8bd5166.tar.xz
openshift-887ba6a2a7263985d5f644e37e5428f0a8bd5166.zip
Fix libvirt provider for Ansible 2.1.0.0
Diffstat (limited to 'playbooks/libvirt/openshift-cluster/templates/domain.xml')
-rw-r--r--playbooks/libvirt/openshift-cluster/templates/domain.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/playbooks/libvirt/openshift-cluster/templates/domain.xml b/playbooks/libvirt/openshift-cluster/templates/domain.xml
index b645a791a..88504a5f6 100644
--- a/playbooks/libvirt/openshift-cluster/templates/domain.xml
+++ b/playbooks/libvirt/openshift-cluster/templates/domain.xml
@@ -19,6 +19,9 @@
<apic/>
<pae/>
</features>
+ <cpu mode='host-model'>
+ <model fallback='allow'/>
+ </cpu>
<clock offset='utc'>
<timer name='rtc' tickpolicy='catchup'/>
<timer name='pit' tickpolicy='delay'/>