Subnet: Add "subnet delete" command using SDK

This patch adds "subnet delete" command to osc using sdk.

Change-Id: I6be27406b16909c6db2b95417355be302e218a8d
Implements: blueprint neutron-client
Closes-bug: #1542362
This commit is contained in:
reedip
2016-03-01 10:46:04 +09:00
parent 3372de6f3b
commit 88c92bf71a
5 changed files with 69 additions and 0 deletions
doc/source/command-objects
openstackclient
network
tests
releasenotes/notes
setup.cfg

@ -34,3 +34,19 @@ Show subnet details
.. describe:: <subnet>
Subnet to show (name or ID)
subnet delete
-------------
Delete a subnet
.. program:: subnet delete
.. code:: bash
os subnet delete
<subnet>
.. _subnet_delete-subnet:
.. describe:: <subnet>
Subnet to delete (name or ID)