cinder/cinder/volume/drivers/hitachi
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
..
hbsd_common.py Move brick calls from cinder.utils to volume_utils 2021-02-10 17:27:46 -05:00
hbsd_fc.py Add Hitachi Block Storage Driver 2020-07-13 22:15:44 +09:00
hbsd_iscsi.py Add Hitachi Block Storage Driver 2020-07-13 22:15:44 +09:00
hbsd_rest.py Add Hitachi Block Storage Driver 2020-07-13 22:15:44 +09:00
hbsd_rest_api.py Add Hitachi Block Storage Driver 2020-07-13 22:15:44 +09:00
hbsd_rest_fc.py Add Hitachi Block Storage Driver 2020-07-13 22:15:44 +09:00
hbsd_rest_iscsi.py Add Hitachi Block Storage Driver 2020-07-13 22:15:44 +09:00
hbsd_utils.py Add Hitachi Block Storage Driver 2020-07-13 22:15:44 +09:00