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