Add staticmethod decorator in InitiatorConnector
ADD staticmethod decorator for the method get_connector_properties. Change-Id: I73f578e531cff5dce363815aa170ca0801d2cf7c
This commit is contained in:
parent
92feff7367
commit
5d661ca6d3
@ -42,6 +42,7 @@ class InitiatorConnector(executor.Executor):
|
||||
"""The driver is used to find used LUNs."""
|
||||
self.driver = driver
|
||||
|
||||
@staticmethod
|
||||
@abc.abstractmethod
|
||||
def get_connector_properties(root_helper, *args, **kwargs):
|
||||
"""The generic connector properties."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user