python-openstackclient/releasenotes/notes/bug-1588588-39927ef06ca35730.yaml
sunyajing 8a12a39ece Make set/unset command in identity and image pass normally when nothing specified
Also update its unit tests.

Change-Id: I82b90658b0d4247cdc9a650f14aceda640a32059
Partial-bug: #1588588
2016-06-17 04:20:28 +00:00

7 lines
317 B
YAML

---
upgrade:
- All ``set`` and ``unset`` commands in network, identity, image, and volume now
return normally when nothing specified to modify. This will become the default
behavior of OSC ``set`` and ``unset`` commands.
[Bug `1588588 <https://bugs.launchpad.net/python-openstackclient/+bug/1588588>`_]