9e835496dc
Share/Snapshot list API returns count of shares/snapshotsi along-with list of resource objects. The list returned by API contains correct entries of shares/snapshots but it returns the wrong count as it ShareInstances/SnapshotInstances. So filter queries by unique share_id/snapshot_id. Closes-bug: #2033604 Change-Id: I13c415767b0d126563f9553df415de564b3901d6
9 lines
332 B
YAML
9 lines
332 B
YAML
---
|
|
fixes:
|
|
- |
|
|
The 'count' returned by shares and snapshots list API is fixed to provide
|
|
correct value i.e. count of shares/snapshots instead of
|
|
shareInstances/shareSnapshotInstances respectively. Please refer to the
|
|
`Launchpad bug #2033604 <https://bugs.launchpad.net/manila/+bug/2033604>`_
|
|
for more details.
|