Skip to content
Snippets Groups Projects
Commit cec0b621 authored by Martin Čuchran's avatar Martin Čuchran
Browse files

Security group removed

parent 5cf87b2d
No related branches found
No related tags found
No related merge requests found
......@@ -68,26 +68,6 @@
"router": { "get_resource": "internal_router" },
"subnet": { "get_resource": "external_subnet" }
}
},
"full_access_secgroup":{
"type": "OS::Neutron::SecurityGroup",
"properties":{
"name": "PV176-security-group-MUNI",
"rules":[
{
"protocol": "tcp",
"remote_ip_prefix": "147.251.0.0/16",
"port_range_min": "1",
"port_range_max": "65535"
},
{
"protocol": "tcp",
"remote_ip_prefix": "10.0.0.0/8",
"port_range_min": "1",
"port_range_max": "65535"
}
]
}
}
},
"outputs":{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment