Merge "Pass host cpu flags to compute guests"
authorMichal Skalski <mskalski@mirantis.com>
Thu, 11 Aug 2016 00:09:51 +0000 (00:09 +0000)
committerGerrit Code Review <gerrit@172.30.200.206>
Thu, 11 Aug 2016 00:09:51 +0000 (00:09 +0000)
deploy/templates/virtual_environment/vms/compute.xml

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