Comment 7 for bug 1936278

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

Reviewed: https://review.opendev.org/c/openstack/nova/+/803070
Committed: https://opendev.org/openstack/nova/commit/62a3fa4fff70a1d03998626406a71b7dc09da733
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 62a3fa4fff70a1d03998626406a71b7dc09da733
Author: Takashi Kajinami <email address hidden>
Date: Thu Jul 15 11:25:15 2021 +0900

    Fix request path to query a resource provider by uuid

    To query a resource provider by uuid, request path should look like
     /resource_providers?uuid=<uuid>
    istead of
     /resource_providers&uuid=<uuid>

    This change fixes the wrong path so that "nova-manage placement audit"
    command can look up the target resource provider properly.

    Closes-Bug: #1936278
    Change-Id: I2ae7e9782316e3662e4e51e3f5ba0ef597bf281b
    (cherry picked from commit 1d3373dcf0a05d4a2c5b51fc1b74d41ec1bb1175)