python-openstackclient/releasenotes/notes/bug-1588588-39927ef06ca35730.yaml
Tang Chen 9c62af8a42 Make set/unset commands in compute/image/common return normally when nothing specified
After this patch, all set/unset commands will return normally
when nothing specified.

Change-Id: Id94d0329faa1a674006a9aae901f834b41917317
Close-bug: #1588588
2016-06-21 15:15:18 +08:00

7 lines
277 B
YAML

---
upgrade:
- All ``set`` and ``unset`` commands 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>`_]