From 157c507f70e244c990d0c087e6afea4531891c04 Mon Sep 17 00:00:00 2001 From: Brian Haley Date: Wed, 19 Sep 2018 09:22:35 -0400 Subject: [PATCH] Fix port_range_max attribute definition port_range_max in an ICMP security group rule defines the ICMP code value, fix a copy/paste typo. Change-Id: I4356610d106385c72afc9c3fb7b194c690c56cae Closes-bug: #1793285 --- api-ref/source/v2/parameters.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-ref/source/v2/parameters.yaml b/api-ref/source/v2/parameters.yaml index 4b33c6c0c..971a59d72 100644 --- a/api-ref/source/v2/parameters.yaml +++ b/api-ref/source/v2/parameters.yaml @@ -4311,7 +4311,7 @@ port_range_max: matched by the security group rule. If the protocol is TCP, UDP, DCCP, SCTP or UDP-Lite this value must be greater than or equal to the ``port_range_min`` attribute value. If the protocol is ICMP, - this value must be an ICMP type. + this value must be an ICMP code. in: body required: true type: integer @@ -4321,7 +4321,7 @@ port_range_max-request: matched by the security group rule. If the protocol is TCP, UDP, DCCP, SCTP or UDP-Lite this value must be greater than or equal to the ``port_range_min`` attribute value. If the protocol is ICMP, - this value must be an ICMP type. + this value must be an ICMP code. in: body required: false type: integer