cinder/cinder/api/v2
whoami-rajat a550ade303 Untyped to Default Volume Type
The patch adds the following functionality:
* A default volume type (``__DEFAULT__``) will be
  created during cinder DB migration.
* Admins can override the default type in cinder.conf
* Creating a new volume without any type (and
  `default_volume_type` option is unset in cinder.conf)
  will be assigned the ``__DEFAULT__`` type.
* The default volume type cannot be deleted
* All untyped volumes and snapshots will be migrated to the
  ``__DEFAULT__`` type.

Change-Id: I4da0c13b5b3f8174a30b8557f968d6b9e641b091
Implements: blueprint untyped-volumes-default-volume-type
2019-09-20 05:37:54 +00:00
..
views [policy in code] Add support for volume, volume type resources 2017-10-17 09:54:28 +08:00
__init__.py adding copy of v1 as v2 2012-11-21 21:26:40 -08:00
limits.py Re-enable new pycodestyle errors 2019-06-04 14:28:09 +00:00
router.py [Trivial fix]Remove unnecessary slash 2019-05-06 13:56:27 +08:00
snapshot_metadata.py Performance: Remove useless snapshot object get 2017-06-23 01:49:53 +00:00
snapshots.py Rename volume/utils.py to volume/volume_utils.py 2019-09-09 15:00:07 -04:00
types.py Refactor API utilities into api_utils.py 2019-08-05 16:59:59 -04:00
volume_metadata.py V3 jsonschema validation: Volume metadata 2017-12-08 12:40:01 +05:30
volumes.py Untyped to Default Volume Type 2019-09-20 05:37:54 +00:00