60254a4fd2
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
5 lines
218 B
YAML
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`.
|