Update the documentation link for doc migration
This patch is proposed according to the Direction 10 of doc migration(https://etherpad.openstack.org/p/doc-migration-tracking). Change-Id: I91f0e6b80b5162f27ea909fdb49a00e169a679e9
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
python-monascaclient Style Commandments
|
python-monascaclient Style Commandments
|
||||||
===============================================
|
===============================================
|
||||||
|
|
||||||
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/
|
Read the OpenStack Style Commandments http://docs.openstack.org/hacking/latest
|
||||||
|
|||||||
@@ -362,7 +362,7 @@ In order to use the python api directly, you must pass in a valid auth token and
|
|||||||
monasca api endpoint, or you can pass in the credentials required by the keystone
|
monasca api endpoint, or you can pass in the credentials required by the keystone
|
||||||
client and let the Python API do the authentication. The user can obtain the token
|
client and let the Python API do the authentication. The user can obtain the token
|
||||||
and endpoint using the keystone client api:
|
and endpoint using the keystone client api:
|
||||||
http://docs.openstack.org/developer/python-keystoneclient/.
|
http://docs.openstack.org/python-keystoneclient/latest/.
|
||||||
The service catalog name for our API endpoint is "monasca".
|
The service catalog name for our API endpoint is "monasca".
|
||||||
|
|
||||||
Start using the monascaclient API by constructing the monascaclient client.Client class.
|
Start using the monascaclient API by constructing the monascaclient client.Client class.
|
||||||
|
|||||||
Reference in New Issue
Block a user