Comment 4 for bug 1785382

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

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

commit 9cfc598acf15b8b8fe1ca79f60e7b6c631421709
Author: Tetsuro Nakamura <email address hidden>
Date: Sat Aug 4 18:38:20 2018 +0900

    Adds a test for getting allocations API

    `GET /resource_provider/{uuid}/allocations` API currently doesn't
    return all the allocations made by multiple users.

    This patch adds a test to describe this bug. The fix for this
    is coming in a follow up.

    Change-Id: I2b01e27922f11bef2defcb01fe415692de1578ea
    Partial-Bug: #1785382