Comment 3 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/390783
Committed: https://git.openstack.org/cgit/openstack/networking-odl/commit/?id=2066b64affef5a7576202c80b3cafa51aa5df7a8
Submitter: Jenkins
Branch: master

commit 2066b64affef5a7576202c80b3cafa51aa5df7a8
Author: Isaku Yamahata <email address hidden>
Date: Wed Oct 26 11:00:32 2016 +0200

    secgroup: pushdown default secgroup rules to ODL

    When security group is created, corresponding default security group
    rules are also created. But there is no corresponding callbacks. So
    when security group is created, the special logic to create security
    group rules need to be pushed down to ODL.
    The modification to v2 driver is a sort of bug work around until the
    patch [1] is needed for v2 driver.

    [1] https://review.openstack.org/#/c/281693/

    Change-Id: I7305d6c970f352bde0111a9a9fe6612bae1ebd5f
    Related-bug: #1546910