manila/releasenotes/notes/bug-667744-fix-c64071e6e5a098f7.yaml
SolKuczala 60254a4fd2 Fix _list_view function for count
When doing `manila list --count True` without shares, the user gets
an error. This happens because _list_view do not handle count
properly for 0 shares. This patch-set adds a fix for this case.

Change-Id: Ic6b45260ae39da9ec2c29d05c76d85be1e20635d
Closes-bug: #1822815
2019-09-04 11:50:28 +00:00

5 lines
218 B
YAML

fixes:
- Launchpad bug `1822815 <https://bugs.launchpad.net/manila/+bug/1822815>`_
has been fixed. The user no longer gets an error if the list command has
no rows when executing `manila list --count True`.