Add staticmethod decorator in InitiatorConnector

ADD staticmethod decorator for the method get_connector_properties.

Change-Id: I73f578e531cff5dce363815aa170ca0801d2cf7c
This commit is contained in:
yenai 2018-08-17 17:36:21 +08:00
parent 92feff7367
commit 5d661ca6d3
1 changed files with 1 additions and 0 deletions

View File

@ -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."""