Comment 4 for bug 1613533

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-openstackclient (master)

Reviewed: https://review.openstack.org/355746
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=291b66e983dd4652839be0dd765616b65fd4c54b
Submitter: Jenkins
Branch: master

commit 291b66e983dd4652839be0dd765616b65fd4c54b
Author: Nam Nguyen Hoai <email address hidden>
Date: Wed Aug 17 13:40:52 2016 +0700

    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