commit | 8156062dc4f0e8338590dcb74cfade5af31daa8a | [log] [tgz] |
---|---|---|
author | Gabriel Hurley <gabriel@strikeawe.com> | Sun Jul 08 20:03:55 2012 -0700 |
committer | Gabriel Hurley <gabriel@strikeawe.com> | Sun Jul 08 20:03:55 2012 -0700 |
tree | ff352ec41ac1d3c1569f83e6e11b29d3b82da2b9 | |
parent | 08bc3048b10b7dbe62b38109274b0cd32a460de9 [diff] [blame] |
Run syncdb command without user input. Change-Id: Ic21455e640ece9d77409a2589c531d124f7d2a1b
diff --git a/stack.sh b/stack.sh index 513f8be..87865dc 100755 --- a/stack.sh +++ b/stack.sh
@@ -899,7 +899,7 @@ # 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