cinder/cinder
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
..
api Merge "Remove unused exception catch in revert" 2020-01-20 13:44:15 +00:00
backup Merge "Publish backup capabilities to a scheduler" 2020-01-14 19:50:21 +00:00
brick Raise hacking version to 2.0.0 2020-01-02 14:42:49 -06:00
cmd Merge "Add upgrade check for removed VZStorage driver" 2020-01-18 03:53:57 +00:00
common Leverage hw accelerator in image compression 2019-09-18 03:01:18 +00:00
compute nova: use EndpointNotFound from keystoneauth1 2019-09-03 10:58:59 -04:00
db Make volume soft delete more thorough 2020-01-11 13:01:11 -05:00
group Continue renaming volume_utils (core) 2019-09-09 20:48:26 -04:00
image Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
interface Elaborate on terminate_connection documentation 2019-12-04 09:21:15 -06:00
keymgr Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
locale Imported Translations from Zanata 2020-01-08 06:57:01 +00:00
message Add user messages for some volume snapshot actions 2019-04-26 17:02:05 -04:00
objects Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
policies Add project_id in group snapshots list and show API 2019-03-01 22:59:19 +05:30
privsep Enable flake8-logging-format extension 2020-01-09 14:35:20 -06:00
scheduler Publish backup capabilities to a scheduler 2019-12-04 15:44:13 +02:00
tests Skip cryptsetup password quality checking 2020-01-28 09:14:36 -05:00
transfer Raise hacking version to 2.0.0 2020-01-02 14:42:49 -06:00
volume Skip cryptsetup password quality checking 2020-01-28 09:14:36 -05:00
wsgi Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
zonemanager Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
__init__.py Set EVENTLET_NO_GREENDNS for IPv6 and dnspython compat 2016-11-11 13:19:07 -06:00
context.py Merge "Add key-manager to sevice catalog" 2019-08-04 20:26:15 +00:00
coordination.py Remove deprecated heartbeat options 2017-10-03 14:41:18 -05:00
exception.py Merge "Untyped to Default Volume Type" 2019-09-25 18:58:39 +00:00
flow_utils.py Fix logging traceback in service logs 2016-12-20 12:39:07 +05:30
i18n.py Replace http with https for doc links in cinder 2017-10-17 11:14:01 +08:00
manager.py Merge "Publish backup capabilities to a scheduler" 2020-01-14 19:50:21 +00:00
opts.py Remove the Veritas Access Driver 2020-01-14 15:43:01 +00:00
policy.py Correct default policy_file in the sample config 2019-01-15 13:54:17 -05:00
quota.py Bump hacking version to 1.1.x 2019-05-30 15:06:02 -04:00
quota_utils.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
rpc.py Replace assert to raise AssertionError 2019-06-05 18:41:21 +03:00
service.py Rename volume/utils.py to volume/volume_utils.py 2019-09-09 15:00:07 -04:00
service_auth.py Add service_token for cinder-nova interaction 2017-12-15 12:04:23 +05:30
ssh_utils.py Stop a connections leak when freeing an SSHPool 2018-02-14 18:16:55 -06:00
test.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
utils.py Fix "is"/"is not" with a literal usage 2019-11-08 09:39:39 -05:00
version.py