Switch to Cryptography over pycrypto

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

Change-Id: I1873e1f0bba1433ead11532c395c1e0f31ba3723
Co-Authored-By: Nolan Brubaker <nolan.brubaker@rackspace.com>
This commit is contained in:
Jesse Pretorius 2017-06-07 10:23:12 +01:00 committed by Jesse Pretorius (odyssey4me)
parent 6d760bac57
commit 4d34788543

View File

@ -489,13 +489,13 @@ nova_compute_ironic_pip_packages:
# Common pip packages
nova_pip_packages:
- PyMySQL
- python-memcached
- pycrypto
- python-keystoneclient
- python-novaclient
- cryptography
- keystonemiddleware
- nova
- PyMySQL
- python-keystoneclient
- python-memcached
- python-novaclient
nova_placement_pip_packages:
- uWSGI