diff options
| author | Richard Theis <rtheis@us.ibm.com> | 2016-02-19 10:19:28 -0600 |
|---|---|---|
| committer | Steve Martinelli <stevemar@ca.ibm.com> | 2016-02-23 15:27:06 +0000 |
| commit | dccde70c57baf9266a795a54198238515d7fdda6 (patch) | |
| tree | 81f9e0a2a8402f4ac5ab75489418d7bc82e09873 /doc/source/command-objects | |
| parent | 20f86465af549bf43d34ba570fca12ffc74e6050 (diff) | |
| download | python-openstackclient-dccde70c57baf9266a795a54198238515d7fdda6.tar.gz | |
Add "security group rule show" command
Add the "os security group rule show" command which will use
the SDK when neutron is enabled, and use the nova client when
nova network is enabled.
Change-Id: I41efaa4468ec15e4e86d74144cc72edc25a29024
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 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/source/command-objects/security-group-rule.rst b/doc/source/command-objects/security-group-rule.rst index 50bc64aa..58e7a0a5 100644 --- a/doc/source/command-objects/security-group-rule.rst +++ b/doc/source/command-objects/security-group-rule.rst @@ -67,3 +67,18 @@ List security group rules .. describe:: <group> List all rules in this security group (name or ID) + +security group rule show +------------------------ + +Display security group rule details + +.. program:: security group rule show +.. code:: bash + + os security group rule show + <rule> + +.. describe:: <rule> + + Security group rule to display (ID only) |
