cinder/cinder/tests/functional/api_sample_tests
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
..
samples Untyped to Default Volume Type 2019-09-20 05:37:54 +00:00
__init__.py Automate generation of api-ref samples 2018-12-06 12:19:55 +05:30
fakes.py Automate generation of volume transfer api-ref samples 2019-03-20 16:05:20 +05:30
test_extensions.py Automate generation of API versions api-ref samples 2019-01-10 19:48:18 +05:30
test_snapshot_manage_extensions.py Automate generation of volume transfer api-ref samples 2019-03-20 16:05:20 +05:30
test_snapshots.py Automate generation of snapshots api-ref samples 2019-03-12 12:07:01 +05:30
test_versions.py Automate generation of API versions api-ref samples 2019-01-10 19:48:18 +05:30
test_volume_actions.py Automate generation of volume actions api-ref samples 2019-02-08 01:13:03 +05:30
test_volume_manage_extensions.py Automate generation of volume actions api-ref samples 2019-02-08 01:13:03 +05:30
test_volume_transfer.py Automate generation of volume transfer api-ref samples 2019-03-20 16:05:20 +05:30
test_volume_types.py [api-ref]Fix response example file of update_type 2019-08-23 14:50:27 +08:00
test_volumes.py Automate generation of volume actions api-ref samples 2019-02-08 01:13:03 +05:30