TVD LBaaS: fix operational status api
Change-Id: I210b73d33d615be84eb74e87d45989b0bc8df593
This commit is contained in:
parent
5164f6b7b3
commit
5e4a33e3d5
@ -42,7 +42,7 @@ class LoadBalancerNSXPluginV2(plugin.LoadBalancerPluginv2):
|
|||||||
driver_obj = driver.load_balancer.lbv2_driver
|
driver_obj = driver.load_balancer.lbv2_driver
|
||||||
|
|
||||||
# Get the current statuses from the driver
|
# Get the current statuses from the driver
|
||||||
lb_statuses = driver_obj.loadbalancer.implementor.get_operating_status(
|
lb_statuses = driver_obj.loadbalancer.get_operating_status(
|
||||||
context, loadbalancer_id, with_members=with_members)
|
context, loadbalancer_id, with_members=with_members)
|
||||||
if not lb_statuses:
|
if not lb_statuses:
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user