Comment 7 for bug 1864428

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

Reviewed: https://review.opendev.org/711669
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=9030b8a56d46eeef3e2a0ee6e19c3b05a277c77c
Submitter: Zuul
Branch: stable/stein

commit 9030b8a56d46eeef3e2a0ee6e19c3b05a277c77c
Author: Fan Zhang <email address hidden>
Date: Mon Feb 24 16:49:35 2020 +0800

    Fix hypervisors paginted collection_name.

    Hypervisor view builder's _collection_name,
    'hypervisors' is used to build next link that
    sdk use as uri to do paginated query. But correct
    API should be `GET /v2.1/os-hypervisors?<params>`
    rather than `GET /v2.1/hypervisors?<params>`.

    This patch fixes this bug.

    Change-Id: Idc4f3fe54136a6bd3dbc7dc0efd3f62745991199
    Closes-Bug: 1864428
    Signed-off-by: Fan Zhang <email address hidden>
    (cherry picked from commit b68033ecc9d38dcbe339c993338bdca691f73b33)
    (cherry picked from commit 2f4e3ac3b018128b11a80ec343b333c3a6e4703f)