diff options
| author | Zuul <zuul@review.opendev.org> | 2019-06-22 21:39:31 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2019-06-22 21:39:31 +0000 |
| commit | 3258b9e5e3c2c6e7752806f505d1fefbbe135eef (patch) | |
| tree | b32b5d16773952d9c3dad0ec81afc64874d7a713 /doc/source/cli/command-objects | |
| parent | 1a21f02bc7507120f3a4fe2af12ba7a27b002b44 (diff) | |
| parent | 33a255612c661f174d2cb5d4ca93f8d7096e9290 (diff) | |
| download | python-openstackclient-3258b9e5e3c2c6e7752806f505d1fefbbe135eef.tar.gz | |
Merge "Change default security group protocol to 'any'"
Diffstat (limited to 'doc/source/cli/command-objects')
| -rw-r--r-- | doc/source/cli/command-objects/security-group-rule.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/cli/command-objects/security-group-rule.rst b/doc/source/cli/command-objects/security-group-rule.rst index 1dbf16d2..5809e002 100644 --- a/doc/source/cli/command-objects/security-group-rule.rst +++ b/doc/source/cli/command-objects/security-group-rule.rst @@ -61,8 +61,8 @@ Create a new security group rule IP protocol (ah, dccp, egp, esp, gre, icmp, igmp, ipv6-encap, ipv6-frag, ipv6-icmp, ipv6-nonxt, ipv6-opts, ipv6-route, ospf, pgm, rsvp, sctp, tcp, - udp, udplite, vrrp and integer representations [0-255]; - default: tcp) + udp, udplite, vrrp and integer representations [0-255] + or any; default: any (all protocols)) *Network version 2* @@ -157,7 +157,7 @@ List security group rules List rules by the IP protocol (ah, dhcp, egp, esp, gre, icmp, igmp, ipv6-encap, ipv6-frag, ipv6-icmp, ipv6-nonxt,ipv6-opts, ipv6-route, ospf, pgm, rsvp, sctp, tcp, udp, udplite, vrrp and integer - representations [0-255]) + representations [0-255] or any; default: any (all protocols)) *Network version 2* |
