Run syncdb command without user input.

Change-Id: Ic21455e640ece9d77409a2589c531d124f7d2a1b
This commit is contained in:
Gabriel Hurley
2012-07-08 20:03:55 -07:00
parent 08bc3048b1
commit 8156062dc4

View File

@@ -899,7 +899,7 @@ if is_service_enabled horizon; then
# Initialize the horizon database (it stores sessions and notices shown to
# users). The user system is external (keystone).
cd $HORIZON_DIR
python manage.py syncdb
python manage.py syncdb --noinput
cd $TOP_DIR
# Create an empty directory that apache uses as docroot