Comment 18 for bug 1519511

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

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

commit bac9fb18c1455f6a309e7acff9230a8d6bf7079b
Author: Richard Theis <email address hidden>
Date: Wed Mar 2 15:45:01 2016 -0600

    Refactor security group set to use SDK

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

    This patch set also fixes a compute bug which ignores name
    and description when set to an empty value.

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