heat_template_version: 2013-05-23 description: > Version 2.0 02-09-2016 (Authors: John Doe, user PROD) parameters: security_group_name: type: string description: security_group_name name: type: string description: nested parameter p1: type: string description: nested parameter indx: type: string description: nested parameter resources: jsa_security_group1: type: OS::Neutron::SecurityGroup properties: description: ems security group name: {get_param: security_group_name} rules: [ {"direction": ingress, "ethertype": IPv6, "protocol": icmp, "remote_ip_prefix": "::/0"} ] jsa_security_group2: type: OS::Neutron::SecurityGroup properties: description: ems security group name: {get_param: security_group_name} rules: [{"direction": egress, "ethertype": IPv4, "port_range_min": 1, "port_range_max": 65535, "protocol": tcp, "remote_ip_prefix": 0.0.0.0/0}]