cinder/cinder/api/v3
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 Add project_id in group snapshots list and show API 2019-03-01 22:59:19 +05:30
__init__.py cinder-api-microversions code 2016-02-24 06:50:54 -07:00
attachments.py Rename volume/utils.py to volume/volume_utils.py 2019-09-09 15:00:07 -04:00
backups.py Add user_id in backup list and show API 2018-12-12 00:52:05 -05:00
clusters.py V3 jsonschema validation: Clusters 2018-03-23 13:17:56 +05:30
consistencygroups.py Add cg policies and clean up old policy handling 2017-12-04 10:07:54 +08:00
group_snapshots.py Update delete group snapshot API exception handling 2018-07-31 17:36:10 -04:00
group_specs.py V3 jsonschema validation: Group type specs 2017-12-12 14:48:42 +05:30
group_types.py Refactor API utilities into api_utils.py 2019-08-05 16:59:59 -04:00
groups.py V3 json schema validation: generic volume groups 2018-05-08 18:07:28 +05:30
limits.py Use constants for microversion values 2017-09-22 08:15:56 -05:00
messages.py Add missing 'target_obj' when perform policy check 2018-03-19 19:02:00 +08:00
resource_common_manage.py Use constants for microversion values 2017-09-22 08:15:56 -05:00
resource_filters.py Use constants for microversion values 2017-09-22 08:15:56 -05:00
router.py [Trivial fix]Remove unnecessary slash 2019-05-06 13:56:27 +08:00
snapshot_manage.py V2/V3 json schema validation: snapshot manage 2018-01-02 09:52:42 +05:30
snapshots.py Refactor API utilities into api_utils.py 2019-08-05 16:59:59 -04:00
volume_manage.py V3 json schema validation: volume manage 2018-04-16 09:56:23 +05:30
volume_metadata.py V3 jsonschema validation: Volume metadata 2017-12-08 12:40:01 +05:30
volume_transfer.py Support transfer pagination 2019-02-01 10:44:23 +08:00
volumes.py Untyped to Default Volume Type 2019-09-20 05:37:54 +00:00
workers.py Replace HTTP numeric codes with constants 2019-04-02 14:07:30 +05:30