Different endpoints shown for swift adminurl install and starter documents

Bug #1002296 reported by David Butler
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Book
In Progress
Medium
eternaltyro
openstack-manuals
Fix Released
Medium
Tom Fifield

Bug Description

Different swift adminurl endpoints are shown in the 2essex install documents.

http://docs.openstack.org/trunk/openstack-compute/install/content/keystone-service-endpoint-create.html >
$ keystone --token 012345SECRET99TOKEN012345 \
 --endpoint http://192.168.206.130:35357/v2.0/ \
 endpoint-create \
 --region RegionOne \
 --service_id=272efad2d1234376cbb911c1e5a5a6ed \
 --publicurl 'http://127.0.0.1:8888/v1/AUTH_%(tenant_id)s' \
 --adminurl 'http://127.0.0.1:8888/' \
 --internalurl 'http://127.0.0.1:8888/v1/AUTH_%(tenant_id)s'

Also the 8888 port does not match the reported response in the document.

$ keystone endpoint-create --region myregion --service_id 96f35e1112b143e59d5cd5d0e6a8b22d
--publicurl 'http://10.10.10.2:8080/v1/AUTH_$(tenant_id)s'
--adminurl 'http://10.10.10.2:8080/v1'
--internalurl 'http://10.10.10.2:8080/v1/AUTH_$(tenant_id)s'

I'm having problems with my swift install at then moment.
swift -v -V 2.0 -A http://127.0.0.1:5000/v2.0/ -U service:swift -K swift stat gives the error
"There is no object-store endpoint on this auth server"

This occurs for both of these adminulr end point settings, so I am not sure which is correct.

Tags: swift
Tom Fifield (fifieldt)
Changed in openstack-manuals:
status: New → Confirmed
importance: Undecided → Medium
Tom Fifield (fifieldt)
tags: added: swift
Revision history for this message
Tom Fifield (fifieldt) wrote :

https://review.openstack.org/#/c/8901/ should fix openstack-manuals

for openstackbook, my guess is that all is needed is a port change to 8888

Changed in openstack-manuals:
assignee: nobody → Tom Fifield (fifieldt)
status: Confirmed → In Progress
Kiran Murari (kiranm)
Changed in openstackbook:
assignee: nobody → koolhead17 (koolhead17)
importance: Undecided → High
importance: High → Medium
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-manuals (master)

Reviewed: https://review.openstack.org/8901
Committed: http://github.com/openstack/openstack-manuals/commit/08cf112c6a90e066880ee371161b01e31237bb6c
Submitter: Jenkins
Branch: master

commit 08cf112c6a90e066880ee371161b01e31237bb6c
Author: Tom Fifield <email address hidden>
Date: Sun Jun 24 18:04:56 2012 +1000

    fix keystone endpoint example for swift

    fixes bug 1002296
    The keystone endpoint creation example was inconsistent and just
    wrong. Fixed it up so it now uses the correct port, URLs and
    the command matches the output.

    Change-Id: I670fef70104aa8af0a2758c2638f28ba2a73e528

Changed in openstack-manuals:
status: In Progress → Fix Released
koolhead17 (koolhead17)
Changed in openstackbook:
status: New → In Progress
koolhead17 (koolhead17)
Changed in openstackbook:
assignee: koolhead17 (koolhead17) → Eternal Tyro (eternaltyro)
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.