Change-Id: Ic21455e640ece9d77409a2589c531d124f7d2a1b
| ... | ... |
@@ -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 |