Switch to Cryptography over pycrypto

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

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

View File

@ -154,13 +154,13 @@ sahara_requires_pip_packages:
# Common pip packages
sahara_pip_packages:
- sahara
- cryptography
- keystonemiddleware
- PyMySQL
- python-memcached
- pycrypto
- python-saharaclient
- python-keystoneclient
- sahara
- warlock
sahara_engine_init_overrides: {}