Skip to content

Commit 19b2f9b

Browse files
committed
Use moved manage.py in horizion
Change-Id: Idb769634fd7d7fc4efce974690b5f24cf632d83d
1 parent 7966a53 commit 19b2f9b

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
@@ -709,7 +709,7 @@ if [[ "$ENABLED_SERVICES" =~ "horizon" ]]; then
709709
# Initialize the horizon database (it stores sessions and notices shown to
710710
# users). The user system is external (keystone).
711711
cd $HORIZON_DIR/openstack-dashboard
712-
dashboard/manage.py syncdb
712+
python manage.py syncdb
713713

714714
# create an empty directory that apache uses as docroot
715715
sudo mkdir -p $HORIZON_DIR/.blackhole

0 commit comments

Comments
 (0)