summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/subnet.rst
diff options
context:
space:
mode:
authorBrad Behle <behle@us.ibm.com>2016-02-04 17:19:37 -0600
committerBrad Behle <behle@us.ibm.com>2016-02-22 13:04:25 -0600
commit112d7b0e0966599aa940de4c0598cea759780785 (patch)
treefab9ae2e815c303d41451fb3f258925bb309e1b0 /doc/source/command-objects/subnet.rst
parentba08683d90277e3cc6f943a2a994ccf08589cb1a (diff)
downloadpython-openstackclient-112d7b0e0966599aa940de4c0598cea759780785.tar.gz
Add "os subnet show" command using SDK
Implement the openstack client subnet show command using SDK calls. This shows the details of a specific subnet. Co-Authored-By: Terry Howe <terrylhowe@gmail.com> Partially implements: blueprint neutron-client Closes-Bug: #1542359 Change-Id: Iaf18b9e44af35ca0cd61033b468e0c60cd3b05d6
Diffstat (limited to 'doc/source/command-objects/subnet.rst')
-rw-r--r--doc/source/command-objects/subnet.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/source/command-objects/subnet.rst b/doc/source/command-objects/subnet.rst
index 70a0eedf..12b05665 100644
--- a/doc/source/command-objects/subnet.rst
+++ b/doc/source/command-objects/subnet.rst
@@ -18,3 +18,19 @@ List subnets
.. option:: --long
List additional fields in output
+
+subnet show
+-----------
+
+Show subnet details
+
+.. program:: subnet show
+.. code:: bash
+
+ os subnet show
+ <subnet>
+
+.. _subnet_show-subnet:
+.. describe:: <subnet>
+
+ Subnet to show (name or ID)