Comment 6 for bug 1866373

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

Reviewed: https://review.opendev.org/711895
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=93f903d7949194a3e00647d8a17b2d3bee3904e5
Submitter: Zuul
Branch: stable/train

commit 93f903d7949194a3e00647d8a17b2d3bee3904e5
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).

    Conflicts:
     nova/api/openstack/compute/views/keypairs.py

    NOTE(stephenfin): Conflict due to absence of change
    I2820143b7b5b6f74a6c3ca67a5c9d0980e3e9a86, which we don't want to
    backport.

    Change-Id: Ic04568caecc138e6016418f6878d031c4a0d3fb4
    Signed-off-by: Stephen Finucane <email address hidden>
    Closes-bug: #1866373
    (cherry picked from commit f31efe0a0e3f194ca415ac41c225f63dbb69267b)