cinder/cinder/volume
Eric Harney e7b4670516 Move brick calls from cinder.utils to volume_utils
Move code that calls out to os-brick for connectors,
encryptors, etc., into volume_utils.

This leaves cinder/utils.py more general-purpose
cinder-wide code, which reduces unnecessary binding
between things like "cinder-manage db" and calls
that load much more of cinder's code (and external
libraries like os-brick).

This also means that some drivers only need to
import volume_utils and not cinder.utils.

Partial-Bug: #1912278
Change-Id: Ib2e2960ca354a47d303e0633c7d84e6da4b55b82
2021-02-10 17:27:46 -05:00
..
drivers Move brick calls from cinder.utils to volume_utils 2021-02-10 17:27:46 -05:00
flows Move brick calls from cinder.utils to volume_utils 2021-02-10 17:27:46 -05:00
targets Remove six of dir cinder/volume/* 2020-10-14 09:08:54 +08:00
__init__.py
api.py Remove six of dir cinder/volume/* 2020-10-14 09:08:54 +08:00
configuration.py Add support for shared "backend_defaults" config 2017-07-11 18:58:58 +00:00
driver.py Move brick calls from cinder.utils to volume_utils 2021-02-10 17:27:46 -05:00
driver_utils.py Remove log translations 2017-03-19 14:59:57 +00:00
group_types.py Remove six of dir cinder/volume/* 2020-10-14 09:08:54 +08:00
manager.py Move brick calls from cinder.utils to volume_utils 2021-02-10 17:27:46 -05:00
qos_specs.py [Doc] Handle Sphinx warnings as errors 2017-08-29 16:00:09 -05:00
rpcapi.py Rename volume/utils.py to volume/volume_utils.py 2019-09-09 15:00:07 -04:00
throttling.py Remove exception.Error class 2020-07-21 18:21:21 +03:00
volume_migration.py Initiating Cinder Volume Manager with large number of volumes 2019-01-11 08:19:07 -05:00
volume_types.py Default type overrides 2020-09-16 14:05:31 +00:00
volume_utils.py Move brick calls from cinder.utils to volume_utils 2021-02-10 17:27:46 -05:00