Comment 3 for bug 1371732

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

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

commit 411836b5411411a6046043e0264aaa7b6f5760f0
Author: Carl Baldwin <email address hidden>
Date: Fri Sep 19 17:37:17 2014 +0000

    Remove RPC notification from transaction in create/update port

    Removing notifications to the L3 agent from within the transaction in
    create_port and update_port eliminates many lock wait timeouts in the
    dvr check queue job and in scale testing locally.

    Since this patch leaves context unused in _process_port_binding, the
    argument is removed from the method.

    Closes-Bug: #1371732

    Change-Id: Ibd86611ad3e7eff085d769bdff777a5870f30c58