Merge "Overcloud is not able to deploy with the default 4GB of RAM using instack-undercloud" into stable/mitaka

This commit is contained in:
Jenkins 2016-06-20 11:25:56 +00:00 committed by Gerrit Code Review
commit b3d22951e8
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ export NODE_COUNT=${NODE_COUNT:-2}
export NODE_CNT=$NODE_COUNT
export NODE_ARCH=x86_64
export NODE_MEM=${NODE_MEM:-4096}
export NODE_MEM=${NODE_MEM:-5120}
export NODE_CPU=${NODE_CPU:-1}