Switch to Cryptography over pycrypto

The keystonemiddleware library recently switched to using the
cryptography library over pycrypto, which was unmaintained. See
Iced7f5115e49ccf4f7f5bf6813cb5988b95c248b

Change-Id: I02b6ebf376fe6a1f8ec64670a8cd904cf5e251c0
Co-Authored-By: Nolan Brubaker <nolan.brubaker@rackspace.com>
This commit is contained in:
Jesse Pretorius 2017-06-07 10:20:24 +01:00 committed by Jimmy McCrory
parent d513189a65
commit 22a514661b
1 changed files with 2 additions and 2 deletions

View File

@ -251,14 +251,14 @@ cinder_requires_pip_packages:
# Common pip packages
cinder_pip_packages:
- cinder
- cryptography
- ecdsa
- httplib2
- keystonemiddleware
- PyMySQL
- python-memcached
- pycrypto
- python-cinderclient
- python-keystoneclient
- python-memcached
cinder_api_init_overrides: {}
cinder_scheduler_init_overrides: {}