Comment 2 for bug 1193002

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

Reviewed: https://review.openstack.org/33893
Committed: http://github.com/openstack/horizon/commit/73e62610cf68206929af331dfbfc99e5a240e544
Submitter: Jenkins
Branch: master

commit 73e62610cf68206929af331dfbfc99e5a240e544
Author: David Lyle <email address hidden>
Date: Thu Jun 20 16:08:03 2013 -0600

    Fixing scoping of instances in admin volume view

    Existing code was only getting instances scoped to the user's
    current token. When calling from the admin volumes view, this
    needs to get all instances to correlate volume attachments.

    Changed get_volumes to pass all_tenants=True to be consistent,
    cinder ignores the value anyway and only looks for the all_tenants
    key.

    Fixes: bug #1193002

    Change-Id: I5ed2a63997126911d6657619b062acd2947d06e1