cinder/cinder/volume/drivers/dell_emc/unity
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
..
__init__.py Adds Unity Cinder Driver 2016-12-11 11:57:03 +08:00
adapter.py Move brick calls from cinder.utils to volume_utils 2021-02-10 17:27:46 -05:00
client.py Bump hacking version to 3.1.0 2020-07-14 17:01:22 -04:00
driver.py Move get_volume_stats impl to the base volume driver 2020-07-01 12:41:20 +03:00
replication.py Unity: Add replication support 2019-09-19 14:30:59 +08:00
utils.py Stop to use the __future__ module. 2020-06-11 15:30:09 +02:00