Merge "Fix pylint error in DotHill drivers"
This commit is contained in:
commit
749bdb6b15
@ -62,6 +62,7 @@ class DotHillISCSIDriver(cinder.volume.driver.ISCSIDriver):
|
|||||||
super(DotHillISCSIDriver, self).__init__(*args, **kwargs)
|
super(DotHillISCSIDriver, self).__init__(*args, **kwargs)
|
||||||
self.common = None
|
self.common = None
|
||||||
self.configuration.append_config_values(san.san_opts)
|
self.configuration.append_config_values(san.san_opts)
|
||||||
|
self.iscsi_ips = None
|
||||||
|
|
||||||
def _init_common(self):
|
def _init_common(self):
|
||||||
return dothillcommon.DotHillCommon(self.configuration)
|
return dothillcommon.DotHillCommon(self.configuration)
|
||||||
|
Loading…
Reference in New Issue
Block a user