horizon quickstart referencing wrong directory path

Bug #1002661 reported by Lin Hua Cheng
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-manuals
Fix Released
Medium
Tom Fifield

Bug Description

In the "horizon quickstart" (horizon/docs/source/quickstart.rst), it provided a sample command for starting the server using manage.py found in "openstack-dashboard" directory.

There are two issues here:
1. All references to openstack-dashboard, should be updated to openstack_dashboard directory.
2. manage.py is not in openstack_dashboard.

The sample command:
$ tools/with_venv.sh dashboard/manage.py runserver
$ tools/with_venv.sh dashboard/manage.py runserver 0.0.0.0:8080

Should be updated to:
$ tools/with_venv.sh ./manage.py runserver
$ tools/with_venv.sh ./manage.py runserver 0.0.0.0:8080

Tom Fifield (fifieldt)
Changed in openstack-manuals:
status: New → Confirmed
status: Confirmed → Triaged
assignee: nobody → Tom Fifield (fifieldt)
status: Triaged → In Progress
importance: Undecided → Medium
Revision history for this message
Tom Fifield (fifieldt) wrote :

Not sure if this should be sent to horizon instead of openstack-manuals, but I've attempted a fix anyway: https://review.openstack.org/#/c/7658

Tom Fifield (fifieldt)
Changed in openstack-manuals:
status: In Progress → Fix Committed
Tom Fifield (fifieldt)
Changed in openstack-manuals:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.