diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-11-10 18:08:53 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-11-10 18:08:53 +0000 |
| commit | c89d441008aa59d0d2809970e49ea56bc1989e46 (patch) | |
| tree | 7244fc699cf681033b76ffb07ae15fb6a1d6a38e /doc/source/command-objects | |
| parent | 55ddaf7bbe6c4a27c24cd25f6e186047b62e34a9 (diff) | |
| parent | 291b66e983dd4652839be0dd765616b65fd4c54b (diff) | |
| download | python-openstackclient-c89d441008aa59d0d2809970e49ea56bc1989e46.tar.gz | |
Merge "Add direction and protocol options to os security group rule list cmd"
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/security-group-rule.rst | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/source/command-objects/security-group-rule.rst b/doc/source/command-objects/security-group-rule.rst index 69c9fabc..2a063bb0 100644 --- a/doc/source/command-objects/security-group-rule.rst +++ b/doc/source/command-objects/security-group-rule.rst @@ -133,6 +133,8 @@ List security group rules os security group rule list [--all-projects] + [--protocol <protocol>] + [--ingress | --egress] [--long] [<group>] @@ -149,6 +151,28 @@ List security group rules *Compute version 2 does not have additional fields to display.* + +.. option:: --protocol + + 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]) + + *Network version 2* + +.. option:: --ingress + + List rules applied to incoming network traffic + + *Network version 2 only* + +.. option:: --egress + + List rules applied to outgoing network traffic + + *Network version 2 only* + .. describe:: <group> List all rules in this security group (name or ID) |
