Comment 18 for bug 1519512

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

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

commit c5b58a47b0178cca0ab4a5b4a6329bd7ec9d42fa
Author: Richard Theis <email address hidden>
Date: Tue Mar 22 16:14:21 2016 -0500

    Refactor security group rule list to use SDK

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

    In addition, a release note was added to document the features
    and fixes resulting from this refactor.

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