Comment 7 for bug 1486627

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

Reviewed: https://review.openstack.org/242648
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=5b40850222426a71569f75b2760c47a59bb29365
Submitter: Jenkins
Branch: stable/kilo

commit 5b40850222426a71569f75b2760c47a59bb29365
Author: Oleg Bondarev <email address hidden>
Date: Thu Aug 20 12:02:55 2015 +0300

    DVR: make sure snat portion is always scheduled when needed

    commit 236e408272bcb9b8e957524864e571b5afdc4623 introduced
    a regression where if router without external gateway was already
    scheduled to all dvr_snat agents, then when adding external gateway
    to the router, snat portion scheduling was skipped.
    The patch fixes regression and adds corresponding unit (functional
    in fact) test.

    Closes-Bug: #1486627
    Change-Id: Iad7e53bd57836f257d7110bc054d58029484ab99
    (cherry picked from commit 09cad21208ca1745d2859aabeb43c5b028f227b6)