]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Admin users should be restricted from seeing all
authorjakedahn <jake@ansolabs.com>
Tue, 31 Jul 2012 23:35:26 +0000 (16:35 -0700)
committerjakedahn <jake@ansolabs.com>
Fri, 3 Aug 2012 17:23:29 +0000 (10:23 -0700)
commita1b4bd5e86cd865869308c976c6aebf9a4ad23a8
treebc785524c97bc4a9623aeed31a3e05740f4bba9f
parent0be1725cdcc6d0706475aca3444f108ba76db246
Admin users should be restricted from seeing all
volumes by default.

  * Now to view all volumes across all tenants you need
    to include the all_tenants=1 GET param in your api request.
  * Fixes remaining issues blocking bug #967882

Change-Id: Ie9d74e9c09fa0c192ab6257b5fb02d65b593cbfb
cinder/api/openstack/volume/volumes.py
cinder/tests/api/openstack/fakes.py
cinder/tests/api/openstack/volume/test_volumes.py
cinder/volume/api.py