Switch to Cryptography over pycrypto

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

Change-Id: I2f1e8ef4821f865af36b34f4edd98255a12dd55d
Co-Authored-By: Nolan Brubaker <nolan.brubaker@rackspace.com>
This commit is contained in:
Jesse Pretorius 2017-06-07 10:21:27 +01:00 committed by Jesse Pretorius (odyssey4me)
parent d319fd2bb4
commit 10fc37d555
1 changed files with 2 additions and 2 deletions

View File

@ -209,10 +209,10 @@ glance_requires_pip_packages:
# Common pip packages
glance_pip_packages:
- keystonemiddleware
- cryptography
- glance
- keystonemiddleware
- os-brick
- pycrypto
- PyMySQL
- python-cinderclient
- python-glanceclient