Increase tempest memory

32 MB not enough for boot correctly

Change-Id: I58ca4c7e8dd303450a9970136d6f60661ea70f67
This commit is contained in:
Attila Fazekas 2013-01-14 19:10:17 +01:00
parent 5219f78d20
commit 02c0bcc38c

View File

@ -132,9 +132,9 @@ function configure_tempest() {
# If the ``DEFAULT_INSTANCE_TYPE`` not declared, use the new behavior # If the ``DEFAULT_INSTANCE_TYPE`` not declared, use the new behavior
# Tempest creates instane types for himself # Tempest creates instane types for himself
if [[ -z "$DEFAULT_INSTANCE_TYPE" ]]; then if [[ -z "$DEFAULT_INSTANCE_TYPE" ]]; then
nova flavor-create m1.pico 42 32 0 1 nova flavor-create m1.nano 42 64 0 1
flavor_ref=42 flavor_ref=42
nova flavor-create m1.nano 84 64 0 1 nova flavor-create m1.micro 84 128 0 1
flavor_ref_alt=84 flavor_ref_alt=84
else else
# Check Nova for existing flavors and, if set, look for the # Check Nova for existing flavors and, if set, look for the