LBaaS: small cleanup in agent device driver interface
remove unnecessary 'context' parameter Change-Id: Iaa3896f89760817af9d72e653252830f8a33e390 Closes-Bug: #1294096
This commit is contained in:
parent
4fbe993ae8
commit
93f3bcd60e
@ -79,7 +79,7 @@ class AgentDeviceDriver(object):
|
||||
pass
|
||||
|
||||
@abc.abstractmethod
|
||||
def delete_member(self, context, member):
|
||||
def delete_member(self, member):
|
||||
pass
|
||||
|
||||
@abc.abstractmethod
|
||||
@ -94,5 +94,5 @@ class AgentDeviceDriver(object):
|
||||
pass
|
||||
|
||||
@abc.abstractmethod
|
||||
def delete_pool_health_monitor(self, context, health_monitor, pool_id):
|
||||
def delete_pool_health_monitor(self, health_monitor, pool_id):
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user