diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-04-19 09:03:19 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-04-19 09:03:19 +0000 |
| commit | 4d05851d4e2237cc7c55d90526ea04b25197f77a (patch) | |
| tree | 7bd26a4b09cefa0bb2237d4cf56642c1a37d72fa /doc/source/command-objects | |
| parent | c9cfd569fe2f7c9f499843d77ebbc096b333733b (diff) | |
| parent | 94c9cd5c66512d52b31dfaa42bc3d1cc7fd81702 (diff) | |
| download | python-openstackclient-4d05851d4e2237cc7c55d90526ea04b25197f77a.tar.gz | |
Merge "Add options to security group rule list"
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 ------------------ |
