aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Skalski <mskalski@mirantis.com>2016-08-11 00:09:51 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-08-11 00:09:51 +0000
commitf96b162d0b7ab0839a5961a23f5f57cf320168e4 (patch)
treec61409bc69513186f46dfcbd56650acd1610d12e
parent41cdc56137ccd52f3403528dfeb7e2210457ca11 (diff)
parentec146fdd9fd79098a892de30fe66166ec5712ffa (diff)
Merge "Pass host cpu flags to compute guests"
-rw-r--r--deploy/templates/virtual_environment/vms/compute.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/deploy/templates/virtual_environment/vms/compute.xml b/deploy/templates/virtual_environment/vms/compute.xml
index 95db87984..0bff88827 100644
--- a/deploy/templates/virtual_environment/vms/compute.xml
+++ b/deploy/templates/virtual_environment/vms/compute.xml
@@ -14,6 +14,9 @@
<apic/>
<pae/>
</features>
+ <cpu mode='host-model'>
+ <model fallback='allow'/>
+ </cpu>
<clock offset='utc'/>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>