There were curl examples for v2 APIs, but none for V3. This change
adds some that I've found handy.
Also, added an example of getting the revocation list using the v2
API. This is handy for checking token revocations.
Partial-Bug: #1283943
Change-Id: I228dc479b29db730873ba95207e4ace85c20e1fe
The code-block directive wasn't used for literal blocks in the
curl examples document, so they weren't highlighted nicely.
Change-Id: If0165ec666003682695c06a9b4ae840016b8355b
The keystone developer docs index page had two links to the same
API examples page: "Service API Examples Using Curl" and
"Admin API Examples Using Curl". This is because the API examples
document had 2 top-level sections.
Partial-Bug: #1283943
Change-Id: I8204268aa482e59f9108d515b69e9c37a12a9e08
Remove PDF link.
Replace deep html links with links to the docs.openstack.org site.
Change-Id: Ic7c2218bf43a221e8d753a910fdfb2243851214d
Closes-Bug: #1313127
In the keystone api_curl_examples document, the curl example for
"POST /tokens" did not specify a tenant. This example utilized
the default tenant, which is not commonly used. Changed the
example to include "tenantName" as part of the example to prevent
future confusion.
DocImpact
Closes-Bug: #1269739
Change-Id: Iaad8c7c5a32bc6cff38c938dd36365cddd6741cb
I recall these attributes being discussed at one point
(pre-incubation?), but have never been supported by OpenStack and don't
appear to be defined in any v2.0 WADL/XSD specification.
Change-Id: Ia5b691972c70456e3d62750173e2bfc6e9aec55a
Closes-Bug: 1273831