Comment 17 for bug 1486795

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

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

commit b49181abb64f6543d2325602779e0c3de96b202f
Author: Oleg Bondarev <email address hidden>
Date: Tue Oct 6 18:14:33 2015 +0300

    DVR: only notify needed agents on new VM port creation

    When a new VM which should be serviced by a DVR router appears
    on compute host, this router is scheduled to that host and
    notification is sent. Before the patch it was a broad notification
    while really we only need to notify agent on target host.
    This should decrease the load on neutron server at scale.

    Closes-Bug: #1486795
    (cherry picked from commit d3b191984cfe2b24f16bd57c1b4bb8c555ee10e0)

    Conflicts:

     neutron/tests/functional/services/l3_router/test_l3_dvr_router_plugin.py

    Change-Id: Id48b6f6a71530c4f6092d2a07b2db1a5cd300c05