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
This commit is contained in:
Brian Haley 2018-09-19 09:22:35 -04:00
parent bede782630
commit 157c507f70
1 changed files with 2 additions and 2 deletions

View File

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