Browse code

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

Steve Baker authored on 2013/05/08 08:37:26
Showing 1 changed files
... ...
@@ -159,7 +159,6 @@ function init_heat() {
159 159
     recreate_database heat utf8
160 160
 
161 161
     $HEAT_DIR/bin/heat-db-setup $os_PACKAGE -r $DATABASE_PASSWORD
162
-    $HEAT_DIR/tools/nova_create_flavors.sh
163 162
     create_heat_cache_dir
164 163
 }
165 164