Comment 22 for bug 1519512

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

Reviewed: https://review.openstack.org/304297
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=94c9cd5c66512d52b31dfaa42bc3d1cc7fd81702
Submitter: Jenkins
Branch: master

commit 94c9cd5c66512d52b31dfaa42bc3d1cc7fd81702
Author: Richard Theis <email address hidden>
Date: Mon Apr 11 13:45:12 2016 -0500

    Add options to security group rule list

    Add the following options to the 'os security group rule list'
    command:
      --long: Display direction and ethertype for Network v2
      --all-projects: Display information from all projects for Compute v2

    Change-Id: If8a1cbd7669cdfa6577d6d2f6fffd9e999a39a82
    Partial-Bug: #1519512
    Implements: blueprint neutron-client