Comment 12 for bug 1486795

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

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

commit d3b191984cfe2b24f16bd57c1b4bb8c555ee10e0
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
    Change-Id: Id48b6f6a71530c4f6092d2a07b2db1a5cd300c05