modify the wrong comment of the Client class

modify comment which is misleading under Client
class(/cinderclient/client.py).
change the third parameter PROJECT_ID to PROJECT_NAME.

Change-Id: I3f39f54a23b3182f2136ae5a14e3c30096f3f2c8
Fixes:bug #1654957
This commit is contained in:
zhangchenchen 2017-01-09 17:16:14 +08:00
parent 4eb63b8ef2
commit 690d6ea8c8

@ -719,7 +719,7 @@ def Client(version, *args, **kwargs):
>>> from cinderclient import client
>>> cinder = client.Client(VERSION, USERNAME, PASSWORD,
... PROJECT_ID, AUTH_URL)
... PROJECT_NAME, AUTH_URL)
Here ``VERSION`` can be a string or
``cinderclient.api_versions.APIVersion`` obj. If you prefer string value,