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:
@ -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)
|
||||
|
Reference in New Issue
Block a user