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
This commit is contained in:
@@ -12,7 +12,7 @@ Contents:
|
|||||||
|
|
||||||
releases
|
releases
|
||||||
man/keystone
|
man/keystone
|
||||||
using-api
|
using-api-v2
|
||||||
|
|
||||||
api/autoindex
|
api/autoindex
|
||||||
|
|
||||||
|
@@ -1,11 +1,11 @@
|
|||||||
==============
|
=================
|
||||||
The client API
|
The client v2 API
|
||||||
==============
|
=================
|
||||||
|
|
||||||
Introduction
|
Introduction
|
||||||
============
|
============
|
||||||
|
|
||||||
The main concepts in the Identity API are:
|
The main concepts in the Identity v2 API are:
|
||||||
|
|
||||||
* tenants
|
* tenants
|
||||||
* users
|
* users
|
||||||
@@ -13,8 +13,8 @@ The main concepts in the Identity API are:
|
|||||||
* services
|
* services
|
||||||
* endpoints
|
* endpoints
|
||||||
|
|
||||||
The Identity API lets you query and make changes through managers. For example,
|
The client v2 API lets you query and make changes through
|
||||||
to manipulate tenants, you interact with a
|
managers. For example, to manipulate tenants, you interact with a
|
||||||
``keystoneclient.v2_0.tenants.TenantManager`` object.
|
``keystoneclient.v2_0.tenants.TenantManager`` object.
|
||||||
|
|
||||||
You obtain access to managers through via attributes of the
|
You obtain access to managers through via attributes of the
|
Reference in New Issue
Block a user