python-openstackclient/openstackclient/tests/compute/v2
Dean Troyer e6706f2526 Properly handle port arguments for ICMP
The Compute API requires 'from_port' and 'to_port' to be -1 for
ICMP security group rules.  It happily accepts them empty or None
but the resulting rules do not work.  So we force the values for
ICMP rules.

Closes-bug: #1477629
Change-Id: Iba57211014caca16be7c9a28d15d4db2a6c51b8d
2015-09-03 13:06:45 -05:00
..
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
fakes.py Fix quota set failed problem 2015-07-28 23:21:28 -04:00
test_flavor.py Add the ability to set and unset flavor properties 2015-03-19 13:54:19 -04:00
test_security_group_rule.py Properly handle port arguments for ICMP 2015-09-03 13:06:45 -05:00
test_security_group.py Fix security group create description bug 2015-04-22 18:37:31 -05:00
test_server.py Merge "Fix address parsing for server ssh command" 2015-07-12 14:40:29 +00:00