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

commit eb53b789393c3603309c907e0f6a7e1900212bbd
Author: Isaku Yamahata <email address hidden>
Date: Fri Nov 4 23:40:34 2016 -0700

    mech v2: bug/1546910 work around

    precommit_create of security group rule doesn't pass its id of security
    group rule. As bug work around, pick it from sqlalchemy session.new.
    limitation: bulk creation isn't supported so that exception is raised.

    Change-Id: Ie742df496cb1528892b84d635f7ce0bbcf6e1b24
    Related-Bug: #1546910