Cinder Pagination Sorting Enhancements
Currently, the pagination support for Cinder allows the caller to specify a single sort key and sort direction. This blueprint enhances the pagination support for the /volumes and /volumes/detail APIs so that multiple sort keys and sort directions can be supplied on the request.
The database layer already supports multiple sort keys and directions. This blueprint will update the API layer to retrieve the sort information from the API request and pass that information down to the database layer.
Blueprint information
- Status:
- Complete
- Approver:
- Mike Perez
- Priority:
- Medium
- Drafter:
- Steven Kaufer
- Direction:
- Approved
- Assignee:
- Steven Kaufer
- Definition:
- Approved
- Series goal:
- Accepted for kilo
- Implementation:
- Implemented
- Milestone target:
- 2015.1.0
- Started by
- Steven Kaufer
- Completed by
- Mike Perez
Related branches
Related bugs
Sprints
Whiteboard
I am proposing this blueprint for Juno.
--kaufer
Gerrit topic: https:/
Addressed by: https:/
Cinder Pagination Sorting Enhancements
Gerrit topic: https:/
Addressed by: https:/
GET volumes API sorting enhancements common utilities
Addressed by: https:/
GET volumes API sorting REST/volume/DB updates
Addressed by: https:/
Cinder Pagination Sorting Enhancements