Comment 3 for bug 1410777

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

Reviewed: https://review.openstack.org/147464
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=7c825121080db10ff5aeb1d90d3e434966c1645b
Submitter: Jenkins
Branch: stable/juno

commit 7c825121080db10ff5aeb1d90d3e434966c1645b
Author: Salvatore Orlando <email address hidden>
Date: Thu Jan 15 02:56:13 2015 -0800

    NSX: synchronize floating IP operations

    This patch simply adds floating IP operations (create, update,
    and delete) to the VMware global mutex already employed for
    router gateway operations.

    This should prevent the occurence of database lock wait timeout
    errors caused by untimely eventlet yields.

    Patch applied from stackforge/vmware-nsx commit id
    defd249040edb45b49a9d7eb9451dde1dffef69e

    Change-Id: Iad794a354412221ba4085637e0622882bbfce82b
    Closes-Bug: #1410777