From 112d7b0e0966599aa940de4c0598cea759780785 Mon Sep 17 00:00:00 2001 From: Brad Behle Date: Thu, 4 Feb 2016 17:19:37 -0600 Subject: 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 Partially implements: blueprint neutron-client Closes-Bug: #1542359 Change-Id: Iaf18b9e44af35ca0cd61033b468e0c60cd3b05d6 --- doc/source/command-objects/subnet.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'doc/source/command-objects') 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_show-subnet: +.. describe:: + + Subnet to show (name or ID) -- cgit v1.2.1