diff options
| author | Richard Theis <rtheis@us.ibm.com> | 2016-04-11 13:45:12 -0500 |
|---|---|---|
| committer | Richard Theis <rtheis@us.ibm.com> | 2016-04-18 14:03:22 -0500 |
| commit | 94c9cd5c66512d52b31dfaa42bc3d1cc7fd81702 (patch) | |
| tree | c066a068041d4dd254ff0bfed5ad2ca934d0dcc1 /doc/source/command-objects | |
| parent | e3a6fc27b0cfc9b82801e13d61c2fad3a09bf6b1 (diff) | |
| download | python-openstackclient-94c9cd5c66512d52b31dfaa42bc3d1cc7fd81702.tar.gz | |
Add options to security group rule list
Add the following options to the 'os security group rule list'
command:
--long: Display direction and ethertype for Network v2
--all-projects: Display information from all projects for Compute v2
Change-Id: If8a1cbd7669cdfa6577d6d2f6fffd9e999a39a82
Partial-Bug: #1519512
Implements: blueprint neutron-client
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/security-group-rule.rst | 15 | ||||
| -rw-r--r-- | doc/source/command-objects/security-group.rst | 2 |
2 files changed, 16 insertions, 1 deletions
diff --git a/doc/source/command-objects/security-group-rule.rst b/doc/source/command-objects/security-group-rule.rst index 2f212e5e..8218c81a 100644 --- a/doc/source/command-objects/security-group-rule.rst +++ b/doc/source/command-objects/security-group-rule.rst @@ -98,8 +98,23 @@ List security group rules .. code:: bash os security group rule list + [--all-projects] + [--long] [<group>] +.. option:: --all-projects + + Display information from all projects (admin only) + + *Network version 2 ignores this option and will always display information* + *for all projects (admin only).* + +.. option:: --long + + List additional fields in output + + *Compute version 2 does not have additional fields to display.* + .. describe:: <group> List all rules in this security group (name or ID) diff --git a/doc/source/command-objects/security-group.rst b/doc/source/command-objects/security-group.rst index 9fc4c987..2c6e7a8a 100644 --- a/doc/source/command-objects/security-group.rst +++ b/doc/source/command-objects/security-group.rst @@ -69,7 +69,7 @@ List security groups Display information from all projects (admin only) *Network version 2 ignores this option and will always display information* - *for all projects.* + *for all projects (admin only).* security group set ------------------ |
