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
This commit is contained in:
Steve Baker 2013-05-08 11:37:26 +12:00
parent b240ad472b
commit de0898a02c

View File

@ -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
}