Comment 16 for bug 1185290

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

Reviewed: https://review.openstack.org/509650
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=8b62bf6479e411de6d13e49656acf908b9a3e220
Submitter: Jenkins
Branch: master

commit 8b62bf6479e411de6d13e49656acf908b9a3e220
Author: Matt Riedemann <email address hidden>
Date: Wed Oct 4 17:34:21 2017 -0400

    api-ref: note that project_id filter only works with all_tenants

    The project_id / tenant_id filter parameters when
    listing servers is only applied when the all_tenants
    filter is used.

    Otherwise if an admin is listing servers and specifies
    project_id but not all_tenants, they only get back
    instances for the admin's project (in the request context).

    Change-Id: I9e8fae8fb86604d7394d0dba4d7c75c3fc93033e
    Related-Bug: #1185290