]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Sometimes use quantum for SecurityGroup
authorSteve Baker <sbaker@redhat.com>
Fri, 19 Apr 2013 15:55:43 +0000 (11:55 -0400)
committerJeff Peeler <jpeeler@redhat.com>
Thu, 2 May 2013 20:12:44 +0000 (16:12 -0400)
commitceb26ad46a288612dbc34ad51a52e6c4f643040f
tree7d11aec10729e60b947480b46312a5819316197e
parent147e1e6afe28e24ef7b508ca7fed0bb0a926b6f0
Sometimes use quantum for SecurityGroup

This implements the following properties in AWS::EC2::SecurityGroup
- VpcId
- SecurityGroupEgress

If VpcId is specified, completely separate code paths
are used which make quantum calls instead of nova calls.

This implements blueprint quantum-security-group

This is based off https://review.openstack.org/#/c/22280/
with a few enhancements:
- Quantum firewall rules translated to acceptable format for ICMP
- remote_ip_prefix used for security group rule creation

Change-Id: I8f1953cb559da0e97821ae0072dfb01dc8267c0c
Signed-off-by: Jeff Peeler <jpeeler@redhat.com>
heat/engine/resources/security_group.py
heat/tests/test_security_group.py