Merge "Fixes Neutron Security Rules for Mcollective Communication"

This commit is contained in:
Jenkins 2014-03-18 19:00:48 +00:00 committed by Gerrit Code Review
commit 90d2c31a1f
1 changed files with 2 additions and 8 deletions

View File

@ -120,12 +120,6 @@
"port_range_min": 8000, "port_range_min": 8000,
"port_range_max": 8000 "port_range_max": 8000
}, },
{
"remote_ip_prefix": "0.0.0.0/0",
"protocol": "tcp",
"port_range_min": 8161,
"port_range_max": 8161
},
{ {
"remote_ip_prefix": "0.0.0.0/0", "remote_ip_prefix": "0.0.0.0/0",
"protocol": "tcp", "protocol": "tcp",
@ -135,8 +129,8 @@
{ {
"remote_ip_prefix": "0.0.0.0/0", "remote_ip_prefix": "0.0.0.0/0",
"protocol": "tcp", "protocol": "tcp",
"port_range_min": 8161, "port_range_min": 61613,
"port_range_max": 8161 "port_range_max": 61613
} }
] ]
} }