Comment 4 for bug 1588588

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

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

commit e3270cdfd8fce895b8f32b8e23e48399be6ac85c
Author: Tang Chen <email address hidden>
Date: Fri Jun 3 12:21:45 2016 +0800

    Make set/unset commands in network return normally when nothing specified

    set/unset commands should ends up normally instead of raising
    an exception when nothing is specified to modify. The main
    reason is: When nothing is specified, the command sets/unsets
    nothing, which is a normal behavior, and ends up normally.
    No API call fails. No error happens.

    This patch also adds a releasenote for both network, and volume
    commands that fix patch has been merged.

    Change-Id: I78c348066078decd350417a431f3b8bea8fcf9ef
    Partial-bug: #1588588