From 690d6ea8c8221d2afdc1767a9a3c5c64126c716f Mon Sep 17 00:00:00 2001 From: zhangchenchen Date: Mon, 9 Jan 2017 17:16:14 +0800 Subject: [PATCH] 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 --- cinderclient/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinderclient/client.py b/cinderclient/client.py index a4554a291..8e633782a 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,