diff options
author | Jason DeTiberus <detiber@gmail.com> | 2016-07-21 09:52:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-21 09:52:11 -0400 |
commit | a355349a98cecec1d10e7d166aa70d8e77df20e1 (patch) | |
tree | dbca76441caf841b0b0e7578497c84bb125a6b2a /playbooks/libvirt/openshift-cluster/templates | |
parent | 893ffb6ec88b82d4607d9777ab741db1845d4f1e (diff) | |
parent | 887ba6a2a7263985d5f644e37e5428f0a8bd5166 (diff) | |
download | openshift-a355349a98cecec1d10e7d166aa70d8e77df20e1.tar.gz openshift-a355349a98cecec1d10e7d166aa70d8e77df20e1.tar.bz2 openshift-a355349a98cecec1d10e7d166aa70d8e77df20e1.tar.xz openshift-a355349a98cecec1d10e7d166aa70d8e77df20e1.zip |
Merge pull request #2187 from lhuard1A/bin_cluster_libvirt_ansible_2.1
Fix libvirt provider for Ansible 2.1.0.0
Diffstat (limited to 'playbooks/libvirt/openshift-cluster/templates')
-rw-r--r-- | playbooks/libvirt/openshift-cluster/templates/domain.xml | 3 |
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'/> |