diff options
author | Michal Skalski <mskalski@mirantis.com> | 2016-08-10 20:53:55 +0000 |
---|---|---|
committer | Michal Skalski <mskalski@mirantis.com> | 2016-08-10 20:53:55 +0000 |
commit | e7109412fa2690f9679b5ed895c4e201c9e5202f (patch) | |
tree | aba8d4f5cd5e90d0caa6a83129f95d95b092eb71 /deploy | |
parent | 34da00c2baa6abc69a812aae4c30a82ebae561bd (diff) |
Revert "Pass host cpu flags to compute guests"
This reverts commit 34da00c2baa6abc69a812aae4c30a82ebae561bd.
Change-Id: I495fa1f71ac30e259ca63e90ca8b38dd2300d469
Signed-off-by: Michal Skalski <mskalski@mirantis.com>
Diffstat (limited to 'deploy')
-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> |