Merge "Fix creation of ICMP security group rule when using Neutron"

This commit is contained in:
Jenkins 2014-07-02 16:31:03 +00:00 committed by Gerrit Code Review
commit 8e03a98837

View File

@ -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"}
} }