diff options
| author | reedip <reedip.banerjee@nectechnologies.in> | 2016-03-01 10:46:04 +0900 |
|---|---|---|
| committer | reedip <reedip.banerjee@nectechnologies.in> | 2016-03-01 11:26:27 +0900 |
| commit | 88c92bf71ae026b90b07411772c66b718a7d59e1 (patch) | |
| tree | 9bbafc7582756e8c85e058140ffc85e2552debd5 /doc/source/command-objects | |
| parent | 3372de6f3b8fadc79715ee73df30fab93648bbcf (diff) | |
| download | python-openstackclient-88c92bf71ae026b90b07411772c66b718a7d59e1.tar.gz | |
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
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/subnet.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/source/command-objects/subnet.rst b/doc/source/command-objects/subnet.rst index 12b05665..9520a22d 100644 --- a/doc/source/command-objects/subnet.rst +++ b/doc/source/command-objects/subnet.rst @@ -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) |
