11 Commits

Author SHA1 Message Date
Brant Knudson
6b75e2a9ea Add v3 curl examples
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
2014-06-10 16:34:48 -05:00
Brant Knudson
8eadd341aa Use code-block for curl examples
The code-block directive wasn't used for literal blocks in the
curl examples document, so they weren't highlighted nicely.

Change-Id: If0165ec666003682695c06a9b4ae840016b8355b
2014-06-10 16:34:47 -05:00
Brant Knudson
17da215005 Fix curl example refs in docs
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
2014-06-02 09:05:00 -05:00
Andreas Jaeger
646100b2cb Fix version links to docs.openstack.org
Remove PDF link.
Replace deep html links with links to the docs.openstack.org site.

Change-Id: Ic7c2218bf43a221e8d753a910fdfb2243851214d
Closes-Bug: #1313127
2014-05-07 21:45:17 +02:00
Krsna Widmer
ae34f84f27 Update curl api example to specify tenant
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
2014-03-03 09:29:27 -08:00
Dolph Mathews
b62369fae0 Remove versionId, versionInfo, versionList from examples
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
2014-01-29 14:48:51 -06:00
Florent Flament
5f97336fbc Fixes the v2 GET /extensions curl example in the documentation.
Change-Id: I2bca0acd4fbc19547be6f5b872ad873938779894
2013-12-12 11:31:36 +01:00
Sean Winn
0331f8a58a Changed header from LLC to Foundation based on trademark policies
Fixes: Bug 1214176

Change-Id: Ie937081a53d377671b8b88f422642c8131002f88
2013-09-05 15:03:32 -05:00
Joe Gordon
ac6ee6901c Fix spelling mistakes
git ls-files | misspellings -f -
Source: https://github.com/lyda/misspell-check

Change-Id: Icbd2412aa65bc8135e5dcd83ee69e94f5a42f7a2
2013-02-12 11:17:31 -08:00
Alan Pevec
bdc8e76405 fix broken link
sections have implicit hyperlink targets
http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#implicit-hyperlink-targets

bug 1027109

Change-Id: I984695c16f77e7939c5aebe65060abc13e3514ca
2012-07-27 17:08:17 +02:00
Monty Taylor
f8ba5af130 Align with project configs.
* docs in doc/ rather than docs/
* write out changelog from git
* freeze requirements file

Change-Id: If28d5414f7b2747fd6835546c45e1acfac8a3563
2012-03-01 11:42:42 -08:00