Comment 21 for bug 1519511

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

Reviewed: https://review.openstack.org/286275
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=564c8ff2403da87b96562076865f42426a4f8eac
Submitter: Jenkins
Branch: master

commit 564c8ff2403da87b96562076865f42426a4f8eac
Author: Richard Theis <email address hidden>
Date: Fri Feb 26 11:33:45 2016 -0600

    Refactor security group show to use SDK

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

    Added a release note for the change in security group rules output
    due to Network v2. The column names remain unchanged to maintain
    backwards compatibility.

    Change-Id: I25233ddb8115d18b8b88affb3de13346084a339d
    Partial-Bug: #1519511
    Implements: blueprint neutron-client