cssoss team mailing list archive
-
cssoss team
-
Mailing list archive
-
Message #00144
[Bug 1002296] Re: Different endpoints shown for swift adminurl install and starter documents
Reviewed: https://review.openstack.org/8901
Committed: http://github.com/openstack/openstack-manuals/commit/08cf112c6a90e066880ee371161b01e31237bb6c
Submitter: Jenkins
Branch: master
commit 08cf112c6a90e066880ee371161b01e31237bb6c
Author: Tom Fifield <fifieldt@xxxxxxxxxxxxxx>
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
--
You received this bug notification because you are a member of CSS OSS
Team, which is subscribed to OpenStack Book.
Matching subscriptions: OpenStackBook
https://bugs.launchpad.net/bugs/1002296
Title:
Different endpoints shown for swift adminurl install and starter
documents
Status in OpenStack Manuals:
Fix Released
Status in OpenStack Book for Ubuntu:
New
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.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-manuals/+bug/1002296/+subscriptions