From 3bede243235762da2492c2944b40f10f0515955b Mon Sep 17 00:00:00 2001 From: David J Peacock Date: Wed, 7 Sep 2016 12:30:03 -0400 Subject: [PATCH] description expanded for 112, AKA VRRP protocol) (#4645) * description expanded for 112, AKA VRRP protocol) * corrected syntax for description for IP protocols --- cloud/openstack/os_security_group_rule.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/openstack/os_security_group_rule.py b/cloud/openstack/os_security_group_rule.py index 0bbb2427784..9dcda820dd7 100644 --- a/cloud/openstack/os_security_group_rule.py +++ b/cloud/openstack/os_security_group_rule.py @@ -38,7 +38,7 @@ options: required: true protocol: description: - - IP protocol + - IP protocols TCP UDP ICMP 112 (VRRP) choices: ['tcp', 'udp', 'icmp', 112, None] default: None port_range_min: