From a52095b18c112ac301b336c36c2affd6471ee61d Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Sat, 9 Feb 2013 07:24:33 -0500 Subject: [PATCH] allow resize tests to run resize tests were turned off explicitly, which they shouldn't be turn these back on in a default config as we've set nova to allow resize_to_same_host. Change-Id: Iacedf11e56aff3a541f1b67b208e8ed3a30b2c44 --- lib/tempest | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/tempest b/lib/tempest index cb172a808d..49d0da7ac9 100644 --- a/lib/tempest +++ b/lib/tempest @@ -209,7 +209,6 @@ function configure_tempest() { iniset $TEMPEST_CONF compute alt_username $ALT_USERNAME # DEPRECATED iniset $TEMPEST_CONF compute alt_password "$password" # DEPRECATED iniset $TEMPEST_CONF compute alt_tenant_name $ALT_TENANT_NAME # DEPRECATED - iniset $TEMPEST_CONF compute resize_available False iniset $TEMPEST_CONF compute change_password_available False iniset $TEMPEST_CONF compute compute_log_level ERROR # Note(nati) current tempest don't create network for each tenant