diff options
author | Justin chi <chigang@huawei.com> | 2017-06-15 08:12:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-06-15 08:12:47 +0000 |
commit | 96fb77cd1cc38086e21780a7886880055dacc847 (patch) | |
tree | 2448293d4cbf18cc06e5e991dacf56b652d1e979 /deploy/template | |
parent | 4b9d8defe21dd645a8580120eaa7901fe9a2d3dc (diff) | |
parent | 2cf6b1a38df0c17b9809ce07b732777745b1d25f (diff) |
Merge "FIX compass-core vm panic issue" into stable/danube
Diffstat (limited to 'deploy/template')
-rw-r--r-- | deploy/template/vm/compass.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/deploy/template/vm/compass.xml b/deploy/template/vm/compass.xml index 182232f4..fb7cbb9a 100644 --- a/deploy/template/vm/compass.xml +++ b/deploy/template/vm/compass.xml @@ -13,11 +13,7 @@ <apic/> <pae/> </features> - <cpu mode='host-model'> - <model fallback='allow'/> - <feature policy='optional' name='vmx'/> - <feature policy='optional' name='svm'/> - </cpu> + <cpu mode='host-passthrough'/> <clock offset='utc'/> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> |