Install and Deploy Manual needs clearer nova volume instructions

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

Bug Description

in the "OpenStack Install and Deploy Manual"
there is no mention or guidance on installation of nova-volume
yet there is installation for dashboard, if anyone tried it by following the manual
the horizon dashboard will not work unless nova volume is running since it's a required service

Revision history for this message
Anne Gentle (annegentle) wrote :
Changed in openstack-manuals:
status: New → Triaged
importance: Undecided → Medium
Revision history for this message
koolhead17 (koolhead17) wrote :

This is what i did to get dashboard working.

1. created a tenant name admin
2. created user admin and demo
3. added role admin for user admin
4. added role Member for demo user (Dashboard needs a member role)

1. Created a Tenant name service
2. added all the services (swift/glance/nova) as users inside this tenant.
3. added admin role for all the users for this tenant

Created services, including swift

# Create required services
keystone service-create --name nova --type compute --description 'OpenStack Compute Service'
keystone service-create --name swift --type object-store --description 'OpenStack Storage Service'
keystone service-create --name glance --type image --description 'OpenStack Image Service'
keystone service-create --name keystone --type identity --description 'OpenStack Identity Service'
keystone service-create --name ec2 --type ec2 --description 'EC2 Service'
keystone service-create --name volume --type volume --description 'Volume Service'

 Added Endpoints for all

Installed openstack-dashboard package and memcached

I got it working.

Revision history for this message
Andy Chong (andycjw) wrote :

Sorry I didn't point out which manual exactly I am referring to
it is this one http://docs.openstack.org/trunk/openstack-compute/install/content/

I know how to install and setup this, but it's confusing for beginner if they are following this manual above

Tom Fifield (fifieldt)
summary: - horizon dashboard must require nova volume
+ Install and Deploy Manual needs clearer nova volume instructions
Anne Gentle (annegentle)
Changed in openstack-manuals:
assignee: nobody → Anne Gentle (annegentle)
Revision history for this message
Anne Gentle (annegentle) wrote :

Addressing with this doc patch: https://review.openstack.org/#/c/10156/

Changed in openstack-manuals:
status: Triaged → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-manuals (master)

Reviewed: https://review.openstack.org/10156
Committed: http://github.com/openstack/openstack-manuals/commit/0c125b2b04eedfb0b5628625bb85b510beea38e8
Submitter: Jenkins
Branch: master

commit 0c125b2b04eedfb0b5628625bb85b510beea38e8
Author: annegentle <email address hidden>
Date: Mon Jul 23 13:58:39 2012 -0500

    Splits nova-volume information into smaller chunks
    for reuse in the Install and Deploy guide.

    Adds Ceph information to volumes section.

    Fix bug 1027230

    Fix bug 1013792

    Fix bug 978510

    Rebase against master.

    Change-Id: I9d4cf43134fbc1b70fc3ace6ffaa02d5dbce9d99

Changed in openstack-manuals:
status: In Progress → 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.