python-openstackclient/releasenotes/notes/bug-1519512-48624c5a32432a47.yaml
Richard Theis dccde70c57 Add "security group rule show" command
Add the "os security group rule show" command which will use
the SDK when neutron is enabled, and use the nova client when
nova network is enabled.

Change-Id: I41efaa4468ec15e4e86d74144cc72edc25a29024
Partial-Bug: #1519512
Implements: blueprint neutron-client
2016-02-23 15:27:06 +00:00

6 lines
141 B
YAML

---
features:
- |
Add support for ``security group rule show`` command.
[Bug `1519512 <https://bugs.launchpad.net/bugs/1519512>`_]