Comment 4 for bug 1760276

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

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

commit a6122a7a64694b87978c4db2939dc69dddcee730
Author: Tetsuro Nakamura <email address hidden>
Date: Sat Mar 31 17:52:50 2018 +0900

    [placement] Add test for provider summaries

    In ``GET /allocation_candidates`` API, ``provider_summaries``
    should show all the inventories for all the resource classes
    in all the resource providers.

    However, ``provider_summaries`` currently doesn't contain
    resources that aren't requested.

    This patch adds a simple test case to describe the bug.

    Change-Id: Ida9cddc5a2b43917e7b5900fe68a413b18c6cb2d
    Partial-Bug: #1760276