From de0898a02c453a0fbff5119cc74b37a1e336d28d Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Wed, 8 May 2013 11:37:26 +1200 Subject: [PATCH] Do not run heat/tools/nova_create_flavors.sh This script takes a long time to run which will affect tempest run times. Instead of running this, example templates will be modified to align with the default heat flavors. Change-Id: I588b1da9f5a02de3bf64ac8011d75c7d5432ef26 --- lib/heat | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/heat b/lib/heat index cd0a204f22..0c95ebb517 100644 --- a/lib/heat +++ b/lib/heat @@ -159,7 +159,6 @@ function init_heat() { recreate_database heat utf8 $HEAT_DIR/bin/heat-db-setup $os_PACKAGE -r $DATABASE_PASSWORD - $HEAT_DIR/tools/nova_create_flavors.sh create_heat_cache_dir }