cinder/cinder/backup
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 created s3 cinder backup driver 2021-01-28 10:56:43 -05:00
__init__.py Fix backup_api_class doesn't work 2017-05-09 22:32:13 +08:00
api.py Fix cross-project incremental backups 2020-05-21 09:38:25 -03:00
chunkeddriver.py Replace md5 with oslo version 2020-11-13 16:01:14 -05:00
driver.py Remove six of dir cinder/backup/* 2020-10-08 08:40:47 +08:00
manager.py Move brick calls from cinder.utils to volume_utils 2021-02-10 17:27:46 -05:00
rpcapi.py Publish backup capabilities to a scheduler 2019-12-04 15:44:13 +02:00