From 02c0bcc38c143e0a9f66b9c4080f3881f8b3ddfd Mon Sep 17 00:00:00 2001 From: Attila Fazekas Date: Mon, 14 Jan 2013 19:10:17 +0100 Subject: [PATCH] Increase tempest memory 32 MB not enough for boot correctly Change-Id: I58ca4c7e8dd303450a9970136d6f60661ea70f67 --- lib/tempest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/tempest b/lib/tempest index 906ca6ab8f..84afc099e1 100644 --- a/lib/tempest +++ b/lib/tempest @@ -132,9 +132,9 @@ function configure_tempest() { # If the ``DEFAULT_INSTANCE_TYPE`` not declared, use the new behavior # Tempest creates instane types for himself 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 - nova flavor-create m1.nano 84 64 0 1 + nova flavor-create m1.micro 84 128 0 1 flavor_ref_alt=84 else # Check Nova for existing flavors and, if set, look for the