Use lowercase project name for doc
Projectname according to the relevant provisions of the new document style should use lowercase, Service should be used service name instead of project name[1]. [1]:http://docs.openstack.org/contributor-guide/writing-style/openstack-components.html Change-Id: I385aa21b141528f7766f54cd7f067fb67eb8478e Depends-On: I386efb2d5c147417af7ea25704405977c9b6bbcd Depends-On: I5c1714b7839b2736c50f2daa2f4506c4006815a1
This commit is contained in:
@@ -6,7 +6,7 @@ Authentication
|
|||||||
|
|
||||||
Authenticating is necessary to use every feature of the client.
|
Authenticating is necessary to use every feature of the client.
|
||||||
|
|
||||||
To create the client, create an instance of the Client class.
|
To create the client, create an instance of the Client class.
|
||||||
The auth url, username, password, and project name must be specified in the
|
The auth url, username, password, and project name must be specified in the
|
||||||
call to the constructor.
|
call to the constructor.
|
||||||
|
|
||||||
@@ -19,11 +19,11 @@ call to the constructor.
|
|||||||
region_name="EAST",
|
region_name="EAST",
|
||||||
auth_url="http://api-server:5000/v2.0")
|
auth_url="http://api-server:5000/v2.0")
|
||||||
|
|
||||||
The default authentication strategy assumes a Keystone compliant auth system.
|
The default authentication strategy assumes a keystone compliant auth system.
|
||||||
|
|
||||||
Once you have an authenticated client object you can make calls with it,
|
Once you have an authenticated client object you can make calls with it,
|
||||||
for example:
|
for example:
|
||||||
|
|
||||||
.. testcode::
|
.. testcode::
|
||||||
|
|
||||||
flavors = tc.flavors.list()
|
flavors = tc.flavors.list()
|
||||||
|
Reference in New Issue
Block a user