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:
parent
6d760bac57
commit
4d34788543
@ -489,13 +489,13 @@ nova_compute_ironic_pip_packages:
|
|||||||
|
|
||||||
# Common pip packages
|
# Common pip packages
|
||||||
nova_pip_packages:
|
nova_pip_packages:
|
||||||
- PyMySQL
|
- cryptography
|
||||||
- python-memcached
|
|
||||||
- pycrypto
|
|
||||||
- python-keystoneclient
|
|
||||||
- python-novaclient
|
|
||||||
- keystonemiddleware
|
- keystonemiddleware
|
||||||
- nova
|
- nova
|
||||||
|
- PyMySQL
|
||||||
|
- python-keystoneclient
|
||||||
|
- python-memcached
|
||||||
|
- python-novaclient
|
||||||
|
|
||||||
nova_placement_pip_packages:
|
nova_placement_pip_packages:
|
||||||
- uWSGI
|
- uWSGI
|
||||||
|
Loading…
x
Reference in New Issue
Block a user