cinder/cinder/volume/flows/manager
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 Create structure of flows' packages 2014-01-24 12:44:56 +02:00
create_volume.py Move brick calls from cinder.utils to volume_utils 2021-02-10 17:27:46 -05:00
manage_existing.py Handle quota in 2 phases when managing resource 2017-11-23 01:18:02 +00:00
manage_existing_snapshot.py Rename volume/utils.py to volume/volume_utils.py 2019-09-09 15:00:07 -04:00