Browse code

Run syncdb command without user input.

Change-Id: Ic21455e640ece9d77409a2589c531d124f7d2a1b

Gabriel Hurley authored on 2012/07/09 12:03:55
Showing 1 changed files
... ...
@@ -899,7 +899,7 @@ if is_service_enabled horizon; then
899 899
     # Initialize the horizon database (it stores sessions and notices shown to
900 900
     # users).  The user system is external (keystone).
901 901
     cd $HORIZON_DIR
902
-    python manage.py syncdb
902
+    python manage.py syncdb --noinput
903 903
     cd $TOP_DIR
904 904
 
905 905
     # Create an empty directory that apache uses as docroot