]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Admin users should be restricted from seeing all
authorjakedahn <jake@ansolabs.com>
Sun, 5 Aug 2012 21:32:07 +0000 (14:32 -0700)
committerjakedahn <jake@ansolabs.com>
Mon, 6 Aug 2012 17:16:03 +0000 (10:16 -0700)
commit43626d293739dbe06c7fe26845d17c2e580e62dd
tree3f7dcf04f10952897d8b0c22098e2edf85e1af9c
parenta1b4bd5e86cd865869308c976c6aebf9a4ad23a8
Admin users should be restricted from seeing all
snapshots by default.

  * Now to view all snapshots 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: I2a8338d77badc70201bb315198183f2091df43fb
cinder/api/openstack/volume/snapshots.py
cinder/tests/api/openstack/fakes.py
cinder/tests/api/openstack/volume/contrib/test_extended_snapshot_attributes.py
cinder/tests/api/openstack/volume/test_snapshots.py
cinder/volume/api.py