pagination links have incorrect endpoint names
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Shared File Systems Service (Manila) |
In Progress
|
Medium
|
Ashley Rodriguez |
Bug Description
This bug is a continuation of https:/
Manila's API has a problem generating pagination links ("href" field of "self", "next", "bookmark" items) when the collection name (for example: "share_groups") is different from the route name (for example: "share-groups").
The fix for https:/
- share groups: https:/
- share backups: https:/
- resource locks: https:/
- share group snapshots: https:/
- share group snapshot members: https:/
- share transfers: https:/
In all of these, the self._collectio
Changed in manila: | |
importance: | Undecided → Medium |
milestone: | none → dalmatian-rc1 |
Changed in manila: | |
milestone: | dalmatian-rc1 → epoxy-1 |
Changed in manila: | |
milestone: | epoxy-1 → epoxy-2 |
Changed in manila: | |
assignee: | christian okeke (ccokeke) → Ashley Rodriguez (ashrod98) |
Changed in manila: | |
milestone: | epoxy-2 → epoxy-rc1 |
Thanks Goutham for reporting this issue. I will go ahead and fix the broken link for the shared resources as well.