deb-sahara/sahara/resources/security_group.heat
Andrew Lazarev bf303ba683 Added ability to create security group automatically
Added ability to ask Sahara to create security group for node group. Feature
is only implemented in vanilla plugin 1.2.1 so far.

Partially implements: blueprint cluster-secgroups

Change-Id: I21d0196396bb966fe3d88f5445e98aebe90ad94b
2014-09-02 16:42:26 +04:00

8 lines
240 B
Plaintext

"%(security_group_name)s": {
"Type": "OS::Neutron::SecurityGroup",
"Properties": {
"description": "%(security_group_description)s",
"name": "%(security_group_name)s",
"rules": %(rules)s
}
}