NSX|V fix LBaaS operation status function params
The plugin did not implement the LBaaS operation status for NSX-V butthe function exists, and its params should match the one of the NSX-T since the TVD plugin calls both. Change-Id: I6dbe00d35739a751748a86f3856e229c58881fad
This commit is contained in:
parent
91100ffd5a
commit
2cbc02bc47
@ -172,7 +172,7 @@ class EdgeLoadBalancerManagerFromDict(base_mgr.EdgeLoadbalancerBaseManager):
|
||||
|
||||
return stats
|
||||
|
||||
def get_operating_status(self, context, id):
|
||||
def get_operating_status(self, context, id, with_members=False):
|
||||
"""Return a map of the operating status of all connected LB objects """
|
||||
#TODO(asarfaty) implement
|
||||
return {}
|
||||
|
Loading…
Reference in New Issue
Block a user