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
This commit is contained in:
openstackclient
network
tests
releasenotes/notes
6
releasenotes/notes/bug-1588588-39927ef06ca35730.yaml
Normal file
6
releasenotes/notes/bug-1588588-39927ef06ca35730.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
upgrade:
|
||||
- All ``set`` and ``unset`` commands in network 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>`_]
|
Reference in New Issue
Block a user