diff options
author | Zhijiang Hu <hu.zhijiang@zte.com.cn> | 2017-08-23 22:56:05 -0400 |
---|---|---|
committer | Zhijiang Hu <hu.zhijiang@zte.com.cn> | 2017-08-23 22:56:05 -0400 |
commit | 5f51dc664600f8259f5880b1c76ffe5f95292ba2 (patch) | |
tree | f7d6129b48eb339321d05767f80f9adfea5cbf38 | |
parent | 629e4d87a2a5be955fcd157b5c98f9f0a40d2116 (diff) |
Update all-in-one VM CPUs from 4 to 8
By testing we found that all-in-one VM needs more CPUs, otherwise
, we encountered high probability failure during kolla deployment.
Change-Id: I4ee798c9427c61a696bc8ec33ba4bc72fafcebba
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
-rw-r--r-- | templates/virtual_environment/vms/all_in_one.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/virtual_environment/vms/all_in_one.xml b/templates/virtual_environment/vms/all_in_one.xml index 15f0305c..99725958 100644 --- a/templates/virtual_environment/vms/all_in_one.xml +++ b/templates/virtual_environment/vms/all_in_one.xml @@ -2,7 +2,7 @@ <name>all_in_one</name> <memory unit='KiB'>16777216</memory> <currentMemory unit='KiB'>16777216</currentMemory> - <vcpu placement='static'>4</vcpu> + <vcpu placement='static'>8</vcpu> <resource> <partition>/machine</partition> </resource> |