diff --git a/doc/source/index.rst b/doc/source/index.rst index 45cb1d64f..c982b378f 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 similarity index 94% rename from doc/source/using-api.rst rename to doc/source/using-api-v2.rst index fb1aa3a23..f491daf29 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