yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #08295
[Bug 1269739] [NEW] an improvement of curl example doc?
Public bug reported:
In keystone curl example document, it uses "curl -d
'{"auth":{"passwordCredentials":{"username": "joeuser", "password":
"secrete"}}}' -H "Content-type: application/json"
http://localhost:35357/v2.0/tokens" to get a token, and in next example,
it uses a token to access other service.
Actually without a tenantName in curl body of the first example, the
token we get could be used to access other service directly. I think in
this example, we could add tenantName in it. It is more meaningful in
whole context.
[0] http://docs.openstack.org/developer/keystone/api_curl_examples.html#id3
** Affects: keystone
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1269739
Title:
an improvement of curl example doc?
Status in OpenStack Identity (Keystone):
New
Bug description:
In keystone curl example document, it uses "curl -d
'{"auth":{"passwordCredentials":{"username": "joeuser", "password":
"secrete"}}}' -H "Content-type: application/json"
http://localhost:35357/v2.0/tokens" to get a token, and in next
example, it uses a token to access other service.
Actually without a tenantName in curl body of the first example, the
token we get could be used to access other service directly. I think
in this example, we could add tenantName in it. It is more meaningful
in whole context.
[0] http://docs.openstack.org/developer/keystone/api_curl_examples.html#id3
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1269739/+subscriptions
Follow ups
References