Fix typo from keystoneclient.v_20.... to v2_0
There is a typo in the first sentence with ... a keystoneclient.v_20.client.Client and corrected it with: keystoneclient.v2_0.client.Client Closes-Bug: 1564087 Change-Id: I4045286f73699940a482148d5a2548e594fbea55
This commit is contained in:
parent
3326080a11
commit
78b0670c60
@ -3,7 +3,7 @@ Authenticate against an Identity endpoint
|
||||
=========================================
|
||||
|
||||
To authenticate against the Identity v2.0 endpoint, instantiate a
|
||||
`keystoneclient.v\_20.client.Client <http://docs.openstack.org/developer/python-keystoneclient/api/keystoneclient.v2_0.client.html#keystoneclient.v2_0.client.Client>`__ object:
|
||||
`keystoneclient.v2\_0.client.Client <http://docs.openstack.org/developer/python-keystoneclient/api/keystoneclient.v2_0.client.html#keystoneclient.v2_0.client.Client>`__ object:
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user