cinder/cinder/tests/api/v2
Mathieu Gagné 6c0f50b1ec Volume type access extension
This extension adds the ability to manage volume type access:
* Volume types are public by default
* Private volume types can be created by setting
  the is_public boolean field to False at creation time.
* Access to a private volume type can be controlled
  by adding or removing a project from it.
* Private volume types without projects are only visible
  by users with the admin role/context.

Implementation details and unit tests were mostly adapted
from Nova flavor access extension.

DocImpact: New volume type access extension
Implements: blueprint private-volume-types
Change-Id: I8faf1d8097bf8412d4e169ec3503821351795561
2014-12-01 18:46:31 -05:00
..
__init__.py adding copy of v1 as v2 2012-11-21 21:26:40 -08:00
stubs.py Add ability to create volume from image by image name. 2014-11-24 09:33:19 -06:00
test_limits.py Switch to oslo.serialization 2014-11-19 15:49:03 +08:00
test_snapshot_metadata.py Switch to oslo.serialization 2014-11-19 15:49:03 +08:00
test_snapshots.py Create snapshot throws 500 Internal Error 2013-11-18 16:58:45 +08:00
test_types.py Volume type access extension 2014-12-01 18:46:31 -05:00
test_volume_metadata.py Switch to oslo.serialization 2014-11-19 15:49:03 +08:00
test_volumes.py Add ability to create volume from image by image name. 2014-11-24 09:33:19 -06:00