Comment 4 for bug 1654128

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (stable/mitaka)

Reviewed: https://review.openstack.org/418644
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=dd6fd625391d310040118ae5c3575ff6cff6e833
Submitter: Jenkins
Branch: stable/mitaka

commit dd6fd625391d310040118ae5c3575ff6cff6e833
Author: Pepijn Oomen <email address hidden>
Date: Mon Nov 21 12:07:45 2016 +0100

    Solve unexpected NoneType returned by _get_routers_can_schedule.

    Solve a problem with an unexpected NoneType returned by
    _get_routers_can_schedule called from within
    _schedule_ha_routers_to_additional_agent when using:

    router_scheduler_driver =
        neutron.scheduler.l3_agent_scheduler.AZLeastRoutersScheduler

    This was leading to problems with starting neutron-l3-agent on network
    nodes, causing HA routers to fail to start.

    Closes-Bug: #1641879
    Related-Bug: #1654128
    Change-Id: I33c5a6214670f0ada9c2293b0eb2ff243f6f7b1b
    (cherry picked from commit 62176a9b40619327aacee9ed4162252d1245d019)