Comment 10 for bug 1546910

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to networking-odl (stable/newton)

Reviewed: https://review.openstack.org/417682
Committed: https://git.openstack.org/cgit/openstack/networking-odl/commit/?id=ff0d05ac6b8d8165f8f29747e0ca2b29c252e66e
Submitter: Jenkins
Branch: stable/newton

commit ff0d05ac6b8d8165f8f29747e0ca2b29c252e66e
Author: Isaku Yamahata <email address hidden>
Date: Mon Nov 28 18:41:39 2016 -0800

    mech driver v2: build dict for sg on update

    precommit callback for security group precommit doesn't pass
    complete information. So build it in callback as bug work around.
    precoomit callback should be passed full information.
    Once it's fixed, this bug work around should be removed.
    The original bug report[1] is filed for ODL, but it turned out
    the issue resides in neutron and networking-odl

    [1] https://bugs.opendaylight.org/show_bug.cgi?id=7256

    Change-Id: I15b6f5321cd3e860de7ba50dd5dde8672259c9ba
    Related-bug: #1546910
    (cherry picked from commit 194da19e84ddabaa2237bd8f971ac331298e3620)