cinder/cinder/tests/unit/volume/drivers/ibm
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
..
__init__.py Move drivers unit tests to unit.volume.drivers directory 2016-07-25 17:39:50 -04:00
fake_pyxcli.py IBM XIV: Report backend state in service list 2018-06-05 03:41:19 -04:00
fake_pyxcli_exceptions.py ignore error when remove non-exist vol from cg 2017-06-13 16:18:24 +03:00
test_ds8k_proxy.py Untyped to Default Volume Type 2019-09-20 05:37:54 +00:00
test_ibm_flashsystem.py Rename volume/utils.py to volume/volume_utils.py 2019-09-09 15:00:07 -04:00
test_ibm_flashsystem_iscsi.py Rename iSCSI target config options to more general 2017-12-18 08:55:01 +00:00
test_ibm_storage.py DS8K: support clone volume asynchronously 2017-10-17 20:04:25 -07:00
test_storwize_svc.py Untyped to Default Volume Type 2019-09-20 05:37:54 +00:00
test_xiv_proxy.py Untyped to Default Volume Type 2019-09-20 05:37:54 +00:00