Comment 11 for bug 1496204

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

Reviewed: https://review.openstack.org/245631
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=13ce7c85552ee6af9856bf701b55d2293ba5610d
Submitter: Jenkins
Branch: master

commit 13ce7c85552ee6af9856bf701b55d2293ba5610d
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.

    Change-Id: Ib8ea6797c88cefb473eff9a8a7b2517a6aa90ca4
    Closes-bug: #1496204
    Co-Authored-By: Oleg Bondarev <email address hidden>