summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/subnet_pool.rst
diff options
context:
space:
mode:
authorTang Chen <chen.tang@easystack.cn>2016-02-20 15:01:07 +0800
committerTang Chen <chen.tang@easystack.cn>2016-02-20 15:05:59 +0800
commit53e058fabc378575c96e324bc3a7da3a9d15238f (patch)
tree81bc047a85aa11c831a4d911d27abeaccbe1bbd1 /doc/source/command-objects/subnet_pool.rst
parentab6ba385a2c292a7a906390ad911db8c59811a07 (diff)
downloadpython-openstackclient-53e058fabc378575c96e324bc3a7da3a9d15238f.tar.gz
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
Diffstat (limited to 'doc/source/command-objects/subnet_pool.rst')
-rw-r--r--doc/source/command-objects/subnet_pool.rst52
1 files changed, 0 insertions, 52 deletions
diff --git a/doc/source/command-objects/subnet_pool.rst b/doc/source/command-objects/subnet_pool.rst
deleted file mode 100644
index 7a8f79e4..00000000
--- a/doc/source/command-objects/subnet_pool.rst
+++ /dev/null
@@ -1,52 +0,0 @@
-===========
-subnet pool
-===========
-
-Network v2
-
-subnet pool delete
-------------------
-
-Delete subnet pool
-
-.. program:: subnet pool delete
-.. code:: bash
-
- os subnet pool delete
- <subnet-pool>
-
-.. _subnet_pool_delete-subnet-pool:
-.. describe:: <subnet-pool>
-
- 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
-----------------
-
-Show subnet pool details
-
-.. program:: subnet pool show
-.. code:: bash
-
- os subnet pool show
- <subnet-pool>
-
-.. _subnet_pool_show-subnet-pool:
-.. describe:: <subnet-pool>
-
- Subnet pool to show (name or ID)