aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Skalski <mskalski@mirantis.com>2016-08-10 18:19:37 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-08-10 18:19:38 +0000
commit737faf25aa743d54ae7f458f54d880d80aefcc6d (patch)
tree0d68d3cd6a198afef7008033e5eb54197fdfc953
parent7fb3c189aa9205996e236c085e96691483278dd0 (diff)
parent34da00c2baa6abc69a812aae4c30a82ebae561bd (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..f4180d33d 100644
--- a/deploy/templates/virtual_environment/vms/compute.xml
+++ b/deploy/templates/virtual_environment/vms/compute.xml
@@ -2,6 +2,9 @@
<name>compute</name>
<memory unit='KiB'>8388608</memory>
<currentMemory unit='KiB'>8388608</currentMemory>
+ <cpu mode='host-model'>
+ <model fallback='forbid'/>
+ </cpu>
<vcpu placement='static'>2</vcpu>
<os>
<type arch='x86_64' machine='pc'>hvm</type>