]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Add schema for security group rule
authorSimon Pasquier <simon.pasquier@bull.net>
Tue, 27 Aug 2013 13:43:30 +0000 (15:43 +0200)
committerSimon Pasquier <simon.pasquier@bull.net>
Tue, 27 Aug 2013 13:46:30 +0000 (15:46 +0200)
commit10f93602551d6c718fcabe720e5038eecf793ed7
tree8f9967ace37d57fbc336d299609bd98ed2a04443
parent08ed06f58ac7ef6fac3e69c7994dd5ffd36f541d
Add schema for security group rule

This applies to the SecurityGroupEgress and SecurityGroupIngress
properties of the AWS::EC2::SecurityGroup resources.

Change-Id: I339227190db42707560f00cc825bc791d2bde5ce
Fixes: bug #1214333
heat/engine/resources/security_group.py
heat/tests/test_security_group.py
heat/tests/test_vpc.py