Conflicting use of ports in "Creating keystone services and service endpoint" section of Essex "Install and Deploy" manual

Bug #980882 reported by Jim Collins
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-manuals
Fix Released
Undecided
Unassigned

Bug Description

In section "Creating keystone services and service endpoint" section of Essex "Install and Deploy" manual, at top of section re "endpoint-create" for "Keystone Identity Service". network ports used for for "publicurl", "internalurl", and "adminurl" differ from what is used later in section.

At top of section, doc indicates use of port 5000 for "publicurl" and "internalurl", and port 35357 for "adminurl" as here:

$ keystone --token 012345SECRET99TOKEN012345 \
 --endpoint http://192.168.206.130:35357/v2.0
 endpoint-create \
 --region RegionOne \
 --service_id=15c11a23667e427e91bc31335b45f4bd \
 --publicurl=http://192.168.206.130:5000/v2.0 \
 --internalurl=http://192.168.206.130:5000/v2.0 \
 --adminurl=http://192.168.206.130:35357/v2.0

In bottom of section, "For the Identity service you also create an endpoint.", doc indicates use of port 35357 for "publicurl" and "internalurl", and port 5000 for "adminurl" as here:

keystone --token 012345SECRET99TOKEN012345 --endpoint http://192.168.206.130:35357/v2.0 endpoint-create \
                       --region RegionOne \
                       --service_id=<id returned from endpoint creation> \
                       --publicurl http://192.168.206.130:35357/v2.0 \
                       --adminurl http://192.168.206.130:5000/v2.0 \
                       --internalurl http://192.168.206.130:35357/v2.0

So it's unclear to reader of this doc for which urls port 5000 should be used and for which urls port 35357 should be used, as the two examples contradict each other.

- Jim Collins

Revision history for this message
Jim Collins (78luphr0rnk2nuqimstywepozxn9kl19tqh0tx66b5dki1xxsh5mkz9gl21a5rlwfnr8jn6ln0m3jxne2k9x1ohg85w3jabx-launchpad) wrote :
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-manuals (master)

Reviewed: https://review.openstack.org/6525
Committed: http://github.com/openstack/openstack-manuals/commit/d07d1a10dcb48e62c06cf04eb09922bc5a07f0fa
Submitter: Jenkins
Branch: master

commit d07d1a10dcb48e62c06cf04eb09922bc5a07f0fa
Author: annegentle <email address hidden>
Date: Thu Apr 12 22:58:25 2012 -0500

    Doc bug fixes: bug 977905, bug 980882, bug 977823

     * Add note about %(template_id)s in endpoints based on mailing list feedback
     * Also fix bug 981146
     * Add info about glance-manage version_control 0 and db_sync requirements on ubuntu 12.04

    Change-Id: I95ac970941d51e645ff3a6a9e0da7b5e08dfa953

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