diff options
| author | Jenkins <jenkins@review.openstack.org> | 2017-01-16 15:07:28 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-01-16 15:07:28 +0000 |
| commit | f8c93ed03b388612ca28b8055debf915ce631cec (patch) | |
| tree | 645fef38460545ef84c752eac5814d5e1569f272 | |
| parent | 82181f0bf5c6abe57aedfd54d9a28e2a41ccd37a (diff) | |
| parent | 690d6ea8c8221d2afdc1767a9a3c5c64126c716f (diff) | |
| download | python-cinderclient-f8c93ed03b388612ca28b8055debf915ce631cec.tar.gz | |
Merge "modify the wrong comment of the Client class"
| -rw-r--r-- | cinderclient/client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cinderclient/client.py b/cinderclient/client.py index a4554a2..8e63378 100644 --- a/cinderclient/client.py +++ b/cinderclient/client.py @@ -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, |
