deb-sahara/sahara/resources/security_group.heat
Andrew Lazarev 23a4991620 Fixed auto security group for nova network
Replaced OS::Neutron::SecurityGroup with AWS::EC2::SecurityGroup.
AWS::EC2::SecurityGroup supports both neutron and nova network.
We don't use neutron-specific instructions.

Enabled auto security group in integration tests for hdp2 plugin.

Increased version of heat engine.

Change-Id: Id5159c54ad83fd86887f9b718b7545603467bb9a
Closes-Bug: #1392738
Closes-Bug: #1400352
2014-12-08 18:56:00 +00:00

7 lines
213 B
Plaintext

"%(security_group_name)s": {
"Type": "AWS::EC2::SecurityGroup",
"Properties": {
"GroupDescription": "%(security_group_description)s",
"SecurityGroupIngress": %(rules)s
}
}