summaryrefslogtreecommitdiff
path: root/keystoneclient/httpclient.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-05-04 23:31:39 +0000
committerGerrit Code Review <review@openstack.org>2016-05-04 23:31:40 +0000
commit2f2fc1a07146bb7e9be72c0e3a409cb59bda5abe (patch)
tree9f27910c5a5a6fa390222369b9b4c53978c9761c /keystoneclient/httpclient.py
parent552275ac29f6a65046cb38d8d108ebab424faa93 (diff)
parentbca112c8ba5636becd6951fbfb8cb8f2474279fe (diff)
downloadpython-keystoneclient-2f2fc1a07146bb7e9be72c0e3a409cb59bda5abe.tar.gz
Merge "Fixing D202 and D203 PEP257 violation."
Diffstat (limited to 'keystoneclient/httpclient.py')
-rw-r--r--keystoneclient/httpclient.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/keystoneclient/httpclient.py b/keystoneclient/httpclient.py
index 1a5383b..df8e6c9 100644
--- a/keystoneclient/httpclient.py
+++ b/keystoneclient/httpclient.py
@@ -459,7 +459,6 @@ class HTTPClient(baseclient.Client, base.BaseAuthPlugin):
This is deprecated as of the 1.7.0 release in favor of project_id
and may be removed in the 2.0.0 release.
"""
-
warnings.warn(
'tenant_id is deprecated as of the 1.7.0 release in favor of '
'project_id and may be removed in the 2.0.0 release.',
@@ -476,7 +475,6 @@ class HTTPClient(baseclient.Client, base.BaseAuthPlugin):
This is deprecated as of the 1.7.0 release in favor of project_name
and may be removed in the 2.0.0 release.
"""
-
warnings.warn(
'tenant_name is deprecated as of the 1.7.0 release in favor of '
'project_name and may be removed in the 2.0.0 release.',