Skip to content

Commit 1081642

Browse files
committed
[OPENSTACK-2961] add logs for parsing lb creation
1 parent d102ad0 commit 1081642

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

f5lbaasdriver/v2/bigip/device_scheduler.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,9 @@ def load_loadbalancers(self, context, plugin, bindings, device_ids):
278278
lb_ids.append(binding.loadbalancer_id)
279279

280280
filters = {"id": lb_ids}
281+
LOG.debug("before db.get_loadbalancers")
281282
lbs = plugin.db.get_loadbalancers(context, filters=filters)
283+
LOG.debug("after db.get_loadbalancers")
282284

283285
# SDN vendor might modify db interface to return dict instead of
284286
# loadbalancer object. Convert them to dict in order to handle them

0 commit comments

Comments
 (0)