Change-Id: Idb769634fd7d7fc4efce974690b5f24cf632d83d
| ... | ... |
@@ -709,7 +709,7 @@ if [[ "$ENABLED_SERVICES" =~ "horizon" ]]; then |
| 709 | 709 |
# Initialize the horizon database (it stores sessions and notices shown to |
| 710 | 710 |
# users). The user system is external (keystone). |
| 711 | 711 |
cd $HORIZON_DIR/openstack-dashboard |
| 712 |
- dashboard/manage.py syncdb |
|
| 712 |
+ python manage.py syncdb |
|
| 713 | 713 |
|
| 714 | 714 |
# create an empty directory that apache uses as docroot |
| 715 | 715 |
sudo mkdir -p $HORIZON_DIR/.blackhole |