Comment 22 for bug 1519511

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

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

commit ea2dd8e141ef1cf446a42ee93992d8fb44f4ba05
Author: Richard Theis <email address hidden>
Date: Tue Mar 1 15:34:35 2016 -0600

    Refactor security group create to use SDK

    Refactored the 'os security group create' 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 tenant_id column name was fixed to align
    with the 'os security group show' command.

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