Skip to content

Commit 4d58954

Browse files
authored
Merge pull request #1229 from Niklaus-xie/add-4-parse-pike-rj-ng
[OPENSTACK-2961] add logs for parsing lb creation
2 parents d102ad0 + 1081642 commit 4d58954

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)