cinder/cinder/cmd
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 Use pbr entry_points to setup the cinder scripts 2014-12-08 09:53:22 -05:00
api.py Prevent double-attachment race in attachment_reserve 2019-07-29 12:57:51 -04:00
backup.py Cleanup code duplication in cinder.cmd.backup module 2018-11-30 09:40:39 +00:00
manage.py Untyped to Default Volume Type 2019-09-20 05:37:54 +00:00
rtstool.py fix misspelling of 'configuration' 2018-09-03 15:13:11 +08:00
scheduler.py Merge "Add 'conf' param for TextGuruMeditation autorun setup" 2016-03-03 19:01:46 +00:00
status.py Fix online data migrations 2019-09-06 12:48:23 +02:00
volume.py Fix cinder-volume uses latest req-id for all log calls 2018-06-08 13:48:32 +00:00
volume_usage_audit.py Rename volume/utils.py to volume/volume_utils.py 2019-09-09 15:00:07 -04:00