cinder/cinder/volume/flows/manager
Eric Harney 7c3621311a Skip cryptsetup password quality checking
LUKS password quality checking is not useful
since we only use long hex strings for passwords.

Not skipping this means that we have to install
cracklib-dicts for cryptsetup to work, which is
unnecessary weight.

Closes-Bug: #1861120

Change-Id: I1105c16caaf916e9101b6dca34a7f13936ce2240
2020-01-28 09:14:36 -05:00
..
__init__.py Create structure of flows' packages 2014-01-24 12:44:56 +02:00
create_volume.py Skip cryptsetup password quality checking 2020-01-28 09:14:36 -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