Skip to content

Commit 8156062

Browse files
committed
Run syncdb command without user input.
Change-Id: Ic21455e640ece9d77409a2589c531d124f7d2a1b
1 parent 08bc304 commit 8156062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ if is_service_enabled horizon; then
899899
# Initialize the horizon database (it stores sessions and notices shown to
900900
# users). The user system is external (keystone).
901901
cd $HORIZON_DIR
902-
python manage.py syncdb
902+
python manage.py syncdb --noinput
903903
cd $TOP_DIR
904904

905905
# Create an empty directory that apache uses as docroot

0 commit comments

Comments
 (0)