File: bug-2033604-fix-count-in-shares-and-snapshots-list-api-683f3103e587b898.yaml

package info (click to toggle)
manila 1%3A21.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 24,512 kB
  • sloc: python: 281,625; sh: 1,873; pascal: 1,336; makefile: 74
file content (8 lines) | stat: -rw-r--r-- 332 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
---
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.