Comment 2 for bug 1664786

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to craton (master)

Reviewed: https://review.openstack.org/434506
Committed: https://git.openstack.org/cgit/openstack/craton/commit/?id=462c501b13e0510c69a742141f809a21a141685a
Submitter: Jenkins
Branch: master

commit 462c501b13e0510c69a742141f809a21a141685a
Author: Ian Cordasco <email address hidden>
Date: Wed Feb 15 14:40:48 2017 -0600

    Add sort_dir and sort_keys to endpoint schemata

    sort_dir and sort_keys are used in the pagination work. Adding them to
    the schemata allows users to specify them in their queries without
    receiving 400 Bad Request errors.

    Change-Id: If743958afc578be0ffa48c9b0a2670f76855424c
    Partial-Bug: #1664786
    Implements: bp pagination-of-resources