File: fix-quota-update-zero-args-d596c4169c2d2e30.yaml

package info (click to toggle)
python-neutronclient 1%3A6.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,856 kB
  • ctags: 3,289
  • sloc: python: 19,731; sh: 274; makefile: 21
file content (9 lines) | stat: -rw-r--r-- 327 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
---
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.