From 53e058fabc378575c96e324bc3a7da3a9d15238f Mon Sep 17 00:00:00 2001 From: Tang Chen Date: Sat, 20 Feb 2016 15:01:07 +0800 Subject: Trivial: Rename subnet_pool.rst to subnet-pool.rst File names under doc/source/command-objects/ are words connected with "-". So rename subnet_pool.rst to subnet-pool.rst to keep the consistence. Also use "display" instead of "show" in the comment to keep the consistence. Change-Id: If486f6cec34b4572a8245af865267b063c1e877d --- doc/source/command-objects/subnet-pool.rst | 52 ++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 doc/source/command-objects/subnet-pool.rst (limited to 'doc/source/command-objects/subnet-pool.rst') diff --git a/doc/source/command-objects/subnet-pool.rst b/doc/source/command-objects/subnet-pool.rst new file mode 100644 index 00000000..e181caec --- /dev/null +++ b/doc/source/command-objects/subnet-pool.rst @@ -0,0 +1,52 @@ +=========== +subnet pool +=========== + +Network v2 + +subnet pool delete +------------------ + +Delete subnet pool + +.. program:: subnet pool delete +.. code:: bash + + os subnet pool delete + + +.. _subnet_pool_delete-subnet-pool: +.. describe:: + + Subnet pool to delete (name or ID) + +subnet pool list +---------------- + +List subnet pools + +.. program:: subnet pool list +.. code:: bash + + os subnet pool list + [--long] + +.. option:: --long + + List additional fields in output + +subnet pool show +---------------- + +Display subnet pool details + +.. program:: subnet pool show +.. code:: bash + + os subnet pool show + + +.. _subnet_pool_show-subnet-pool: +.. describe:: + + Subnet pool to display (name or ID) -- cgit v1.2.1