Comment 5 for bug 1185290

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

Reviewed: https://review.openstack.org/52919
Committed: http://github.com/openstack/nova/commit/3287a6451142ca8ba1449dffb7326df231f70d61
Submitter: Jenkins
Branch: master

commit 3287a6451142ca8ba1449dffb7326df231f70d61
Author: Chris Yeoh <email address hidden>
Date: Mon Oct 21 23:36:56 2013 +1030

    tenant_id implies all_tenants for servers list in V3 API

    Makes tenant_id imply all_tenants is also enabled unless
    explicitly disabled when a request is made for a list of
    servers. This only occurs if the requestor is an admin. The
    change is only made for the V3 API as although this behavior is
    more intuitive it is too late to change it for the V2 API.

    Change-Id: Ia84e62c8dc80ac3a2f16aee3620af31987cce570
    Partial-Bug: 1185290