Comment 6 for bug 1581447

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

Reviewed: https://review.openstack.org/330608
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=236ee7e6b4f4c14657586abc34bff370dc6cde1d
Submitter: Jenkins
Branch: master

commit 236ee7e6b4f4c14657586abc34bff370dc6cde1d
Author: Dmitriy Uvarenkov <email address hidden>
Date: Wed Jun 15 11:00:27 2016 +0300

    Add new resource Security Group Rule

    As for now rules are a property of security group
    resource. The problem is that rules can contain
    security group id's as their parameters. This
    leads to circular dependencies.

    Now you can create security groups as before but also
    create new rules as separate resources and add them to
    security groups.

    Closes-Bug: #1581447
    Implements bp securitygroupingressegress
    Change-Id: I3425960e3d5a63c54b0c6739e305a53780075095