summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cinder/volume/drivers/ibm/ibm_storage/ds8k_connection.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/cinder/volume/drivers/ibm/ibm_storage/ds8k_connection.py b/cinder/volume/drivers/ibm/ibm_storage/ds8k_connection.py
index 36f283b40..dfed6d49f 100644
--- a/cinder/volume/drivers/ibm/ibm_storage/ds8k_connection.py
+++ b/cinder/volume/drivers/ibm/ibm_storage/ds8k_connection.py
@@ -94,10 +94,7 @@ class DS8KHTTPSConnection(connection.VerifiedHTTPSConnection):
# Calls self._set_hostport(), so self.host is
# self._tunnel_host below.
#
- # disable pylint because pylint doesn't support importing
- # from six.moves yet. see:
- # https://bitbucket.org/logilab/pylint/issue/550/
- self._tunnel() # pylint: disable=E1101
+ self._tunnel()
# Mark this connection as not reusable
self.auto_open = 0