Merge "Fix creation of ICMP security group rule when using Neutron"
This commit is contained in:
commit
8e03a98837
@ -54,7 +54,7 @@ def _prepare_open_secgroup(endpoint):
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ip_protocol": "icmp",
|
"ip_protocol": "icmp",
|
||||||
"to_port": 1,
|
"to_port": -1,
|
||||||
"from_port": -1,
|
"from_port": -1,
|
||||||
"ip_range": {"cidr": "0.0.0.0/0"}
|
"ip_range": {"cidr": "0.0.0.0/0"}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user