]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Move generate_password into volume utils
authorEric Harney <eharney@redhat.com>
Fri, 25 Jul 2014 20:52:56 +0000 (16:52 -0400)
committerEric Harney <eharney@redhat.com>
Wed, 30 Jul 2014 13:53:18 +0000 (09:53 -0400)
commitaad4e2437736270af7164df4fc34174bf3fb49f9
treef3535c67d3f3b9b592ea804a5fa5ef7f78ab5f31
parent75ef446fef63320e9c1ed4a04e59ffbbb62b5cef
Move generate_password into volume utils

This is only used in places where volume/utils is
relevant, and moving it there reduces the amount of
code that has to load the python Crypto library.

Closes-Bug: #1348787

Change-Id: Id74fdd2d6f12f0196055deb1b0dd610677caff0f
cinder/tests/keymgr/mock_key_mgr.py
cinder/tests/test_utils.py
cinder/tests/test_volume_utils.py
cinder/utils.py
cinder/volume/drivers/hds/iscsi.py
cinder/volume/drivers/ibm/storwize_svc/helpers.py
cinder/volume/drivers/san/hp/hp_lefthand_rest_proxy.py
cinder/volume/iscsi.py
cinder/volume/utils.py