
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
37 lines
413 B
ReStructuredText
37 lines
413 B
ReStructuredText
======
|
|
subnet
|
|
======
|
|
|
|
Network v2
|
|
|
|
subnet list
|
|
-----------
|
|
|
|
List subnets
|
|
|
|
.. program:: subnet list
|
|
.. code:: bash
|
|
|
|
os subnet list
|
|
[--long]
|
|
|
|
.. 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)
|