Comment 6 for bug 1493551

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

Reviewed: https://review.openstack.org/281490
Committed: https://git.openstack.org/cgit/openstack/networking-odl/commit/?id=8ec4c21449b3189f06bb934a2d5a78f4cfe140ff
Submitter: Jenkins
Branch: master

commit 8ec4c21449b3189f06bb934a2d5a78f4cfe140ff
Author: Rich Curran <email address hidden>
Date: Wed Feb 17 14:24:55 2016 -0500

    ODL v2: Security Group support

    This commits refactors the Opendaylight security group code to handle
    race conditions and out of sync issues. It attempts to address these
    using an atomic thread synchronization model that tracks the sync,
    retry, success and failed states of Neutron objects sent to Opendaylight.

    Change-Id: Ia1742bfd30aeef0ad9216e4b02d6a97751b276c3
    Partial-Bug: #1493551