python-neutronclient/releasenotes/notes/fix-quota-update-zero-args-d596c4169c2d2e30.yaml
Anindita Das 98110501e0 quota-update to return an error msg for 0 args
If no arguments are provided while executing neutron quota-update
instead of printing the current quota values it will throw an error
message "Must specify new values to update quota"

Added unit test to verify that the exception is raised when no
arguments are provided to quota update

Includes release notes.

DocImpact

Closes-Bug: #1597552

Change-Id: I476991c39eafa16148f0cc3252ae5c26b9c8cbfc
2016-08-29 16:51:09 +00:00

10 lines
327 B
YAML

---
fixes:
- |
Fix CLI quota-update to return an error message for no args
* ``quota-update`` CLI will return an error message
``Must specify a valid resource with new quota value`` if no
argument is provided while executing it. If arguments are
provided with CLI, no existing behavior is changed.