]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Always return iterables in L3 get_candidates
authorKevin Benton <blak111@gmail.com>
Fri, 4 Sep 2015 03:25:57 +0000 (20:25 -0700)
committerKevin Benton <blak111@gmail.com>
Tue, 15 Sep 2015 23:25:45 +0000 (16:25 -0700)
commitd1d4de19d85f961d388c91e70f31b3bafec418c5
treea5b4d014d320a6cfc83c696c9b6b8a82b143b8c9
parent2555663dfedc8a841718cfcb8f4807b3a95d2f28
Always return iterables in L3 get_candidates

The caller of this function expects iterables.

Closes-Bug: #1494996
Change-Id: I3d103e63f4e127a77268502415c0ddb0d804b54a
neutron/scheduler/l3_agent_scheduler.py
neutron/tests/unit/scheduler/test_l3_agent_scheduler.py