manila/releasenotes/notes/bug-2033604-fix-count-in-shares-and-snapshots-list-api-683f3103e587b898.yaml
Kiran Pawar 9e835496dc Fix count in the response of shares/snapshots list API
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
2023-09-19 13:48:30 +00:00

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.