Comment 17 for bug 1291091

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

Reviewed: https://review.openstack.org/81558
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=7246abab34b4b32f9675e081c74bfb628932c8b3
Submitter: Jenkins
Branch: master

commit 7246abab34b4b32f9675e081c74bfb628932c8b3
Author: Zane Bitter <email address hidden>
Date: Mon Mar 17 12:30:18 2014 -0400

    Fail if non-existent security group referenced

    When using AWS::EC2::SecurityGroup resources with nova-network (not
    Neutron), if a SourceSecurityGroupName was specified in a rule but the
    name did not correspond to an extant security group it would be silently
    ignored. This change ensures that any such error in the template will cause
    creation of the security group to fail.

    Closes-bug: #1291091

    Change-Id: I9344451c83f4184ef46d4e9906b94abda08836df