cinder/cinder/db
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
..
sqlalchemy Volume type access extension 2014-12-01 18:46:31 -05:00
__init__.py Enable flake8 H303,H304 checking 2014-04-15 09:16:01 +00:00
api.py Volume type access extension 2014-12-01 18:46:31 -05:00
base.py Use oslo.utils 2014-11-20 22:17:47 +08:00
migration.py Remove vim header 2013-12-30 18:53:02 -06:00