Browse code

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

Jenkins authored on 2013/06/20 02:39:48
Showing 1 changed files
... ...
@@ -158,7 +158,7 @@ function init_heat() {
158 158
     # (re)create heat database
159 159
     recreate_database heat utf8
160 160
 
161
-    $HEAT_DIR/bin/heat-db-setup $os_PACKAGE -r $DATABASE_PASSWORD
161
+    $HEAT_DIR/bin/heat-manage db_sync
162 162
     create_heat_cache_dir
163 163
 }
164 164