Merge "Changes Neutron Security Group Ports to Integers"

This commit is contained in:
Jenkins 2014-03-18 19:00:36 +00:00 committed by Gerrit Code Review
commit a2f145b85e
1 changed files with 18 additions and 18 deletions

View File

@ -87,56 +87,56 @@
{
"remote_ip_prefix": "0.0.0.0/0",
"protocol": "tcp",
"port_range_min": "22",
"port_range_max": "22"
"port_range_min": 22,
"port_range_max": 22
},
{
"remote_ip_prefix": "0.0.0.0/0",
"protocol": "udp",
"port_range_min": "53",
"port_range_max": "53"
"port_range_min": 53,
"port_range_max": 53
},
{
"remote_ip_prefix": "0.0.0.0/0",
"protocol": "tcp",
"port_range_min": "80",
"port_range_max": "80"
"port_range_min": 80,
"port_range_max": 80
},
{
"remote_ip_prefix": "0.0.0.0/0",
"protocol": "tcp",
"port_range_min": "443",
"port_range_max": "443"
"port_range_min": 443,
"port_range_max": 443
},
{
"remote_ip_prefix": "0.0.0.0/0",
"protocol": "tcp",
"port_range_min": "8443",
"port_range_max": "8443"
"port_range_min": 8443,
"port_range_max": 8443
},
{
"remote_ip_prefix": "0.0.0.0/0",
"protocol": "tcp",
"port_range_min": "8000",
"port_range_max": "8000"
"port_range_min": 8000,
"port_range_max": 8000
},
{
"remote_ip_prefix": "0.0.0.0/0",
"protocol": "tcp",
"port_range_min": "8161",
"port_range_max": "8161"
"port_range_min": 8161,
"port_range_max": 8161
},
{
"remote_ip_prefix": "0.0.0.0/0",
"protocol": "tcp",
"port_range_min": "8080",
"port_range_max": "8080"
"port_range_min": 8080,
"port_range_max": 8080
},
{
"remote_ip_prefix": "0.0.0.0/0",
"protocol": "tcp",
"port_range_min": "8161",
"port_range_max": "8161"
"port_range_min": 8161,
"port_range_max": 8161
}
]
}