From 5e4a33e3d53feeeef1fc56c2c8197cacec099b34 Mon Sep 17 00:00:00 2001 From: Adit Sarfaty Date: Mon, 26 Nov 2018 15:23:01 +0200 Subject: [PATCH] TVD LBaaS: fix operational status api Change-Id: I210b73d33d615be84eb74e87d45989b0bc8df593 --- vmware_nsx/services/lbaas/nsx_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmware_nsx/services/lbaas/nsx_plugin.py b/vmware_nsx/services/lbaas/nsx_plugin.py index 208f1181fd..84117e72d4 100644 --- a/vmware_nsx/services/lbaas/nsx_plugin.py +++ b/vmware_nsx/services/lbaas/nsx_plugin.py @@ -42,7 +42,7 @@ class LoadBalancerNSXPluginV2(plugin.LoadBalancerPluginv2): driver_obj = driver.load_balancer.lbv2_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) if not lb_statuses: return