Comment 8 for bug 1682145

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/458814
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=b62d1bfdf71c2f8810d9b143d50127b8f3a4942d
Submitter: Zuul
Branch: master

commit b62d1bfdf71c2f8810d9b143d50127b8f3a4942d
Author: Drew Thorstensen <email address hidden>
Date: Fri Apr 21 08:02:17 2017 -0400

    Router should flip to standby if all L3 nodes down

    A HA router should always be active unless all of the agents hosting
    that router go down. In that event, the router should switch to
    standby. This behavior changed with review:
      https://review.openstack.org/#/c/411784

    That review seemed to be accounting for a flakey message bus. This
    change should account for that, but also revert to the original behavior
    of the router state only changing when its backing agent hosts are down.

    Change-Id: I89c3b2546382624f175f8de4de621c3e53adf527
    Closes-Bug: 1682145