nova/nova/api/openstack/placement/objects
Tetsuro Nakamura e13b765e55 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
2018-08-04 19:34:04 +09:00
..
__init__.py Move resource provider objects into placement hierarchy 2018-03-13 09:01:31 +00:00
consumer.py Fix create_all() to replace_all() in comments 2018-07-27 07:43:01 +00:00
project.py Isolate placement database config 2018-06-19 13:22:04 +01:00
resource_provider.py Not use project table for user table 2018-08-04 19:34:04 +09:00
user.py Isolate placement database config 2018-06-19 13:22:04 +01:00