Comment 6 for bug 1519511

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

Reviewed: https://review.openstack.org/263843
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=5ff660f71854bc4e11d7e37b6ed54c6170bedc10
Submitter: Jenkins
Branch: master

commit 5ff660f71854bc4e11d7e37b6ed54c6170bedc10
Author: Richard Theis <email address hidden>
Date: Tue Jan 5 12:33:11 2016 -0600

    Further improve output for "os security group show"

    Improve the security group rules output when running the
    "os security group show" command. Empty and duplicate
    information for each security group rule is now removed.
    This will ensure that the rules remain readable when
    direction and ethertype information is returned as part
    of the transition to neutron networking.

    Change-Id: Ib49c27a9d7f4d5d38ceb2b0d785ddf94d88b2d89
    Partial-Bug: #1519511
    Related-To: blueprint neutron-client