cinder/cinder/tests/unit/backup
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
..
drivers Untyped to Default Volume Type 2019-09-20 05:37:54 +00:00
__init__.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
fake_backup.py Add user_id in backup list and show API 2018-12-12 00:52:05 -05:00
fake_google_client.py Do not use 'self' in classmethod 2019-05-05 11:14:04 +08:00
fake_google_client2.py Do not use 'self' in classmethod 2019-05-05 11:14:04 +08:00
fake_service.py Remove obsolete get_backup_driver functions 2019-04-26 08:20:02 -04:00
fake_swift_client.py Do not use 'self' in classmethod 2019-05-05 11:14:04 +08:00
fake_swift_client2.py Do not use 'self' in classmethod 2019-05-05 11:14:04 +08:00
test_backup.py Untyped to Default Volume Type 2019-09-20 05:37:54 +00:00
test_chunkeddriver.py Rename volume/utils.py to volume/volume_utils.py 2019-09-09 15:00:07 -04:00
test_rpcapi.py Add service dynamic log change/query 2017-05-16 13:37:35 +02:00