diff options
| author | Florent Flament <florent.flament-ext@cloudwatt.com> | 2013-12-24 15:57:20 +0000 |
|---|---|---|
| committer | Florent Flament <florent.flament-ext@cloudwatt.com> | 2014-01-06 22:34:14 +0000 |
| commit | eab4ce1ca8affe988cbbd2281408580381e2cfcb (patch) | |
| tree | 376e05c6244bfa76a5d5ac3e5f060f14e397e2d7 /doc | |
| parent | bb606a441a016d7f0b709012bba1597448cebfc7 (diff) | |
| download | python-keystoneclient-eab4ce1ca8affe988cbbd2281408580381e2cfcb.tar.gz | |
Rename using-api.rst to using-api-v2.rst
Renaming file for consistency, since using-api-v3.rst is being written
there: https://review.openstack.org/#/c/63408
Minor changes have been made to indicate that the file documents the
keystone v2 API.
Change-Id: I694b658a8b59d21615af5d88edc0f7b394ebbe7b
Partial-Bug: #1260527
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/source/index.rst | 2 | ||||
| -rw-r--r-- | doc/source/using-api-v2.rst (renamed from doc/source/using-api.rst) | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index 45cb1d6..c982b37 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -12,7 +12,7 @@ Contents: releases man/keystone - using-api + using-api-v2 api/autoindex diff --git a/doc/source/using-api.rst b/doc/source/using-api-v2.rst index fb1aa3a..f491daf 100644 --- a/doc/source/using-api.rst +++ b/doc/source/using-api-v2.rst @@ -1,11 +1,11 @@ -============== -The client API -============== +================= +The client v2 API +================= Introduction ============ -The main concepts in the Identity API are: +The main concepts in the Identity v2 API are: * tenants * users @@ -13,8 +13,8 @@ The main concepts in the Identity API are: * services * endpoints -The Identity API lets you query and make changes through managers. For example, -to manipulate tenants, you interact with a +The client v2 API lets you query and make changes through +managers. For example, to manipulate tenants, you interact with a ``keystoneclient.v2_0.tenants.TenantManager`` object. You obtain access to managers through via attributes of the |
