summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/subnet_pool.rst
Commit message (Collapse)AuthorAgeFilesLines
* Trivial: Rename subnet_pool.rst to subnet-pool.rstTang Chen2016-02-201-52/+0
| | | | | | | | | | | 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
* Subnet Pool: Add "subnet pool show" commandTang Chen2016-02-191-0/+16
| | | | | | Change-Id: I8dda7bbf1e27b0ac773f62a5cd293387da96f8df Closes-Bug: 1544590 Implements: blueprint neutron-client
* Subnet Pool: Add "subnet pool list" commandTang Chen2016-02-191-0/+15
| | | | | | Change-Id: I7935be2488fb728ced9680d75880870e5d315655 Closes-Bug: 1544589 Implements: blueprint neutron-client
* Subnet Pool: Add "subnet pool delete" commandTang Chen2016-02-181-0/+21
Change-Id: Ic5ba5effcaea2410421a81da8ffce7c0295179e7 Closes-Bug: 1544587 Partially implements: blueprint neutron-client