Comment 5 for bug 1866373

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

Reviewed: https://review.opendev.org/711662
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=f31efe0a0e3f194ca415ac41c225f63dbb69267b
Submitter: Zuul
Branch: master

commit f31efe0a0e3f194ca415ac41c225f63dbb69267b
Author: Stephen Finucane <email address hidden>
Date: Fri Mar 6 16:52:14 2020 +0000

    Fix os-keypairs pagination links

    The API URL is '/os-keypairs', not '/keypairs'. Attempting to use these
    pagination links as-is will result in a HTTP 404 (Not Found).

    Change-Id: Ic04568caecc138e6016418f6878d031c4a0d3fb4
    Signed-off-by: Stephen Finucane <email address hidden>
    Closes-bug: #1866373