Comment 15 for bug 1519511

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

Reviewed: https://review.openstack.org/278481
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=842882f3cbfca6df9a42bc49b0deefdb84509a8e
Submitter: Jenkins
Branch: master

commit 842882f3cbfca6df9a42bc49b0deefdb84509a8e
Author: Richard Theis <email address hidden>
Date: Tue Feb 9 07:21:01 2016 -0600

    Refactor security group list to use SDK

    Refactored the 'os security group list' command to use the SDK
    when neutron is enabled, but continue to use the nova client
    when nova network is enabled.

    This refactor also removes the logic for displaying project names
    instead of project IDs when the --all-projects option is specified.
    This logic was removed because it is inconsistent with the other
    network commands.

    Since neutron will always display security groups across all
    projects for an admin, the --all-projects option is now hidden
    when neutron is enabled and the Project column is always
    displayed.

    Change-Id: I934a1f5084ef3c5f929d0ffd38ebf5064d799941
    Partial-Bug: #1519511
    Related-to: blueprint neutron-client