Merge "Use heat-manage to sync heat db."

This commit is contained in:
Jenkins 2013-06-19 17:39:48 +00:00 committed by Gerrit Code Review
commit aef5fcae9c

View File

@ -158,7 +158,7 @@ function init_heat() {
# (re)create heat database
recreate_database heat utf8
$HEAT_DIR/bin/heat-db-setup $os_PACKAGE -r $DATABASE_PASSWORD
$HEAT_DIR/bin/heat-manage db_sync
create_heat_cache_dir
}