Merge "NSX|V fix LBaaS operation status function params"

This commit is contained in:
Zuul 2018-10-21 08:50:28 +00:00 committed by Gerrit Code Review
commit 60d4f6c46a

View File

@ -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 {}