We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7966a53 commit 19b2f9bCopy full SHA for 19b2f9b
stack.sh
@@ -709,7 +709,7 @@ if [[ "$ENABLED_SERVICES" =~ "horizon" ]]; then
709
# Initialize the horizon database (it stores sessions and notices shown to
710
# users). The user system is external (keystone).
711
cd $HORIZON_DIR/openstack-dashboard
712
- dashboard/manage.py syncdb
+ python manage.py syncdb
713
714
# create an empty directory that apache uses as docroot
715
sudo mkdir -p $HORIZON_DIR/.blackhole
0 commit comments