Merge "Pass host cpu flags to compute guests"
authorMichal Skalski <mskalski@mirantis.com>
Wed, 10 Aug 2016 18:19:37 +0000 (18:19 +0000)
committerGerrit Code Review <gerrit@172.30.200.206>
Wed, 10 Aug 2016 18:19:38 +0000 (18:19 +0000)
deploy/templates/virtual_environment/vms/compute.xml

index 95db879..f4180d3 100644 (file)
@@ -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>