summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorRichard Theis <rtheis@us.ibm.com>2015-12-16 16:01:40 -0600
committerRichard Theis <rtheis@us.ibm.com>2015-12-17 12:49:13 -0600
commit96cc5eb3540e4753a8862020b2f6e78a465be4e2 (patch)
tree5e20fc77844aacb0c251b9e9b646793b810a9c07 /doc/source/command-objects
parentd72f6228cf0823f4a13df9da84455e1d6c242c76 (diff)
downloadpython-openstackclient-96cc5eb3540e4753a8862020b2f6e78a465be4e2.tar.gz
Add support to list all security group rules
Both nova and neutron allow security group rules to be listed without specifying the owning security group. This patch set makes the group argument on 'os security group rule list' optional. Behavior is unchanged when the argument is specified. When the argument is not specified then all accessible security group rules will be listed. The listing will include the owning security group for each rule. Change-Id: I6914baecf70a65354e1e82dad92c6afbd32b4973 Related-Bug: #1519512
Diffstat (limited to 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/security-group-rule.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/command-objects/security-group-rule.rst b/doc/source/command-objects/security-group-rule.rst
index ce2e4d34..ec03644e 100644
--- a/doc/source/command-objects/security-group-rule.rst
+++ b/doc/source/command-objects/security-group-rule.rst
@@ -62,7 +62,7 @@ List security group rules
.. code:: bash
os security group rule list
- <group>
+ [<group>]
.. describe:: <group>