Comment 13 for bug 1496204

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

Reviewed: https://review.openstack.org/252855
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=12634d6040cbf6a3f8599688b9b30c47e097b974
Submitter: Jenkins
Branch: stable/liberty

commit 12634d6040cbf6a3f8599688b9b30c47e097b974
Author: Oleg Bondarev <email address hidden>
Date: Wed Nov 25 15:14:18 2015 +0300

    DVR:don't reschedule the l3 agent running on compute node

    For a DVR router, when it updates router gateway_ip, it should not
    reschedule the l3 agents running on compute nodes whose mode is dvr,
    it just need to reschedule the l3 agents running on network nodes
    whose mode is dvr_snat.

    Closes-bug: #1496204

    Conflicts:

     neutron/tests/unit/db/test_agentschedulers_db.py

    Change-Id: Ib8ea6797c88cefb473eff9a8a7b2517a6aa90ca4
    (cherry picked from commit 13ce7c85552ee6af9856bf701b55d2293ba5610d)