summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/subnet.rst
Commit message (Collapse)AuthorAgeFilesLines
* TrivialOrder: Rearrange Class Namesreedip2016-03-011-16/+16
| | | | | | | | | | | As per the comment given by Steve Martinelli in https://review.openstack.org/#/c/278209/ , the following patch just rearranges the classes as per the Alphabetical order. TrivialFix Change-Id: Ib8f0f703df4ef7d7ee6180ff8bd8a47062ae5b0f
* Subnet: Add "subnet delete" command using SDKreedip2016-03-011-0/+16
| | | | | | | | This patch adds "subnet delete" command to osc using sdk. Change-Id: I6be27406b16909c6db2b95417355be302e218a8d Implements: blueprint neutron-client Closes-bug: #1542362
* Add "os subnet show" command using SDKBrad Behle2016-02-221-0/+16
| | | | | | | | | | | Implement the openstack client subnet show command using SDK calls. This shows the details of a specific subnet. Co-Authored-By: Terry Howe <terrylhowe@gmail.com> Partially implements: blueprint neutron-client Closes-Bug: #1542359 Change-Id: Iaf18b9e44af35ca0cd61033b468e0c60cd3b05d6
* Subnet ListTerry Howe2016-01-251-0/+20
Subnet list command Partially implements: blueprint neutron-client Partial-Bug: #1523258 Change-Id: I3c0748074a6511ff92500516b3129886d2476eed