diff options
author | Michal Skalski <mskalski@mirantis.com> | 2016-08-11 00:09:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-11 00:09:51 +0000 |
commit | f96b162d0b7ab0839a5961a23f5f57cf320168e4 (patch) | |
tree | c61409bc69513186f46dfcbd56650acd1610d12e /deploy | |
parent | 41cdc56137ccd52f3403528dfeb7e2210457ca11 (diff) | |
parent | ec146fdd9fd79098a892de30fe66166ec5712ffa (diff) |
Merge "Pass host cpu flags to compute guests"
Diffstat (limited to 'deploy')
-rw-r--r-- | deploy/templates/virtual_environment/vms/compute.xml | 3 |
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> |