python-openstackclient/releasenotes/notes/bug-1613533-93279179c6f70117.yaml
Nam Nguyen Hoai 291b66e983 Add direction and protocol options to os security group rule list cmd
This patch added direction options (--ingress, --egress) and protocol
option (--protocol) to filter rules by os security group rule list command.

Change-Id: I56ace3f97eb927fd2a868f728c7347a29d028b67
Closes-Bug: #1613533
Partially-Implements: blueprint network-commands-options
2016-10-14 02:59:07 +00:00

6 lines
190 B
YAML

---
features:
- |
Add ``--ingress``, ``--egress`` and ``--protocol`` options to
``security group rule list`` command.
[Bug `1613533 <https://bugs.launchpad.net/bugs/1613533>`_]