python-openstackclient/releasenotes/notes/bug-1542359-181d28db21a2358a.yaml
Brad Behle 112d7b0e09 Add "os subnet show" command using SDK
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
2016-02-22 13:04:25 -06:00

6 lines
116 B
YAML

---
features:
- |
Add ``subnet show`` command.
[Bug `1542359 <https://bugs.launchpad.net/bugs/1542359>`_]