diff options
author | Michal Skalski <mskalski@mirantis.com> | 2016-08-10 21:08:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-10 21:08:08 +0000 |
commit | ad783f86906639eca1b586831c39ed5f7a5c52cf (patch) | |
tree | ad300d2f7aa1f501ec53fac2b1dd053135cb1a37 /deploy/templates | |
parent | 748b18088106826dd9cc9a26d26e1aa359ff67b6 (diff) | |
parent | e7109412fa2690f9679b5ed895c4e201c9e5202f (diff) |
Merge "Revert "Pass host cpu flags to compute guests""
Diffstat (limited to 'deploy/templates')
-rw-r--r-- | deploy/templates/virtual_environment/vms/compute.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/deploy/templates/virtual_environment/vms/compute.xml b/deploy/templates/virtual_environment/vms/compute.xml index f4180d33d..95db87984 100644 --- a/deploy/templates/virtual_environment/vms/compute.xml +++ b/deploy/templates/virtual_environment/vms/compute.xml @@ -2,9 +2,6 @@ <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> |