Comment 4 for bug 1519512

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

Reviewed: https://review.openstack.org/258684
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=96cc5eb3540e4753a8862020b2f6e78a465be4e2
Submitter: Jenkins
Branch: master

commit 96cc5eb3540e4753a8862020b2f6e78a465be4e2
Author: Richard Theis <email address hidden>
Date: Wed Dec 16 16:01:40 2015 -0600

    Add support to list all security group rules

    Both nova and neutron allow security group rules to be listed without
    specifying the owning security group. This patch set makes the
    group argument on 'os security group rule list' optional. Behavior
    is unchanged when the argument is specified. When the argument is
    not specified then all accessible security group rules will be listed.
    The listing will include the owning security group for each rule.

    Change-Id: I6914baecf70a65354e1e82dad92c6afbd32b4973
    Related-Bug: #1519512