Code Review
/
daisy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
bfacd10
)
enlarge the ram of all_in_one node
55/35255/1
author
Alex Yang
<yangyang1@zte.com.cn>
Wed, 24 May 2017 06:34:39 +0000
(14:34 +0800)
committer
Alex Yang
<yangyang1@zte.com.cn>
Wed, 24 May 2017 06:34:39 +0000
(14:34 +0800)
No the memory is not enough to creates vms in openstack to finish
functest cases.
Change-Id: I836ba43e8cd8a26a0dec3f5831cabcb9ae04e5da
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
templates/virtual_environment/vms/all_in_one.xml
patch
|
blob
|
history
diff --git
a/templates/virtual_environment/vms/all_in_one.xml
b/templates/virtual_environment/vms/all_in_one.xml
index
4d08a68
..
15f0305
100644
(file)
--- a/
templates/virtual_environment/vms/all_in_one.xml
+++ b/
templates/virtual_environment/vms/all_in_one.xml
@@
-1,7
+1,7
@@
<domain type='kvm' id='4'>
<name>all_in_one</name>
- <memory unit='KiB'>
4194304
</memory>
- <currentMemory unit='KiB'>
4194304
</currentMemory>
+ <memory unit='KiB'>
16777216
</memory>
+ <currentMemory unit='KiB'>
16777216
</currentMemory>
<vcpu placement='static'>4</vcpu>
<resource>
<partition>/machine</partition>