aboutsummaryrefslogtreecommitdiffstats
path: root/deploy
diff options
context:
space:
mode:
authorchigang <chigang@huawei.com>2017-07-28 16:59:42 +0800
committerJustin chi <chigang@huawei.com>2017-07-29 06:07:45 +0000
commitc8a7242b5cd9c40e87a6eb98542c506c0307eb75 (patch)
treee172e9b4202dbf03ef47565ffdb49d4346b61239 /deploy
parent97b80647609264195da6db93e6f7c105b4771715 (diff)
enalbe pass-through cpumode for virtual deployment
JIRA:- For KVM scenario, each host should set cpumode pass-through, otherwise instances will fail to launch. Change-Id: If58dca1ad590203f6e8de36e44c242252350ad19 Signed-off-by: chigang <chigang@huawei.com>
Diffstat (limited to 'deploy')
-rw-r--r--deploy/template/vm/host.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/deploy/template/vm/host.xml b/deploy/template/vm/host.xml
index f65d4f0e..092f0ece 100644
--- a/deploy/template/vm/host.xml
+++ b/deploy/template/vm/host.xml
@@ -14,6 +14,7 @@
<apic/>
<pae/>
</features>
+ <cpu mode='host-passthrough'/>
<clock offset='utc'/>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>