reedip 88c92bf71a 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
2016-03-01 11:26:27 +09:00

626 B

subnet

Network v2

subnet list

List subnets

subnet list

os subnet list
    [--long]

--long

List additional fields in output

subnet show

Show subnet details

subnet show

os subnet show
    <subnet>




Subnet to show (name or ID)

subnet delete

Delete a subnet

subnet delete

os subnet delete
    <subnet>




Subnet to delete (name or ID)