devtestrc: Allow SEED_* to be specified.

This commit is contained in:
Adam Gandelman 2014-07-03 09:42:32 -07:00
parent dc54a6878c
commit 7574579c0d
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ export FLOATING_CIDR=${FLOATING_CIDR:-"10.22.157.244/27"}
export OVERCLOUD_FIXED_RANGE_CIDR=${OVERCLOUD_FIXED_RANGE_CIDR:-"192.168.10.0/24"}
# Be sure to create a large seed vm
export SEED_CPU=24
export SEED_MEM=24576
export SEED_CPU=${SEED_CPU:-24}
export SEED_MEM=${SEED_MEM:-24576}
##### end
if [[ -n "$PROXY" ]] ; then