Incorrect paths used in "Configuring the Dashboard" section of Essex "Openstack Install and Deploy" manual

Bug #983417 reported by Jim Collins
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-manuals
Fix Released
Medium
Anne Gentle

Bug Description

In Essex "Openstack Install and Deploy" manual, section "Configuring the Dashboard" (http://docs.openstack.org/trunk/openstack-compute/install/content/configure-dashboard.html), incorrect paths are listed for some Dashboard components.

--

The path to "local_settings.py" file is referred to at wrong location of "/local/local_settings.py" in text segment:

"In the /local/local_settings.py file, change these options:

    DATABASES: Change the database section to point to the Mysql database named dash:"

This should read:

"In the /etc/openstack-dashboard/local_settings.py file, change these options:

    DATABASES: Change the database section to point to the Mysql database named dash:"

--

The path to "manage.py" file is referred to at wrong location of "openstack-dashboard/dashboard/manage.py syncdb" in text segment:

"Run the syncdb command to initialize the database.

openstack-dashboard/dashboard/manage.py syncdb"

This should read:

"Run the syncdb command to initialize the database.

/usr/share/openstack-dashboard/manage.py syncdb"

- Jim Collins

Yaguang Tang (heut2008)
Changed in openstack-manuals:
status: New → Confirmed
assignee: nobody → Yaguang Tang (heut2008)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-manuals (master)

Fix proposed to branch: master
Review: https://review.openstack.org/6616

Changed in openstack-manuals:
status: Confirmed → In Progress
Anne Gentle (annegentle)
Changed in openstack-manuals:
assignee: Yaguang Tang (heut2008) → Anne Gentle (annegentle)
importance: Undecided → Medium
status: In Progress → Confirmed
Changed in openstack-manuals:
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-manuals (master)

Reviewed: https://review.openstack.org/6615
Committed: http://github.com/openstack/openstack-manuals/commit/09484e2f6dabe9661265621cef4c49fff3620306
Submitter: Jenkins
Branch: master

commit 09484e2f6dabe9661265621cef4c49fff3620306
Author: annegentle <email address hidden>
Date: Mon Apr 16 15:46:49 2012 -0700

    Fix bug 983417, bug 984106, bug 984034

      * Update dashboard locations of config files
      * Remove duplicated dashboard info and move into common directory
      * Ensure consistency between glance configuration files

    Change-Id: I2b2b335e8f0e8e8ead01b9aa641d80db6e723717

Changed in openstack-manuals:
status: In Progress → Fix Committed
Anne Gentle (annegentle)
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.