Comment 8 for bug 1546910

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

Reviewed: https://review.openstack.org/404003
Committed: https://git.openstack.org/cgit/openstack/networking-odl/commit/?id=194da19e84ddabaa2237bd8f971ac331298e3620
Submitter: Jenkins
Branch: master

commit 194da19e84ddabaa2237bd8f971ac331298e3620
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