Comment 5 for bug 1785382

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

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

commit e13b765e55758019c243167f0a99c92a0d740400
Author: Tetsuro Nakamura <email address hidden>
Date: Sat Aug 4 19:22:50 2018 +0900

    Not use project table for user table

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

    This was because the placement wrongly used project table
    for user table. This patch fixes it with the test case.

    Change-Id: I7c808dec5de1204ced0d1f1b31d8398de8c51679
    Closes-Bug: #1785382