Comment 10 for bug 1604662

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

Reviewed: https://review.openstack.org/365990
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=1866bd4b45f0eb6266ff5a608729f24e4090cfa4
Submitter: Jenkins
Branch: master

commit 1866bd4b45f0eb6266ff5a608729f24e4090cfa4
Author: Reedip <email address hidden>
Date: Tue Sep 6 14:12:00 2016 +0530

    Bulk creation of SecurityGroups

    Currently, Bulk Creation of security groups
    is enabled, but due to a mismatch in the function
    signature, it is not possible to create security
    groups in bulk.
    This patch allows the same.

    Change-Id: Id1c7a520aa1bb58984b199c86aca2267b98e6b3e
    Closes-Bug: #1604662