From 6963b8e80521bb76ba5bb6cc8dc3228ecb7b330b Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Tue, 13 Jun 2017 14:03:47 +0800 Subject: [PATCH] Switch to Cryptography over pycrypto The keystonemiddleware library recently switched to using the cryptography library over pycrypto, which was unmaintained. See Iced7f5115e49ccf4f7f5bf6813cb5988b95c248b Change-Id: Ie834cfefc9869867275f80c49235541f26fb5498 --- group_vars/utility_all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group_vars/utility_all.yml b/group_vars/utility_all.yml index 639b7364cc..6f24f78297 100644 --- a/group_vars/utility_all.yml +++ b/group_vars/utility_all.yml @@ -30,8 +30,8 @@ utility_distro_packages: # Python packages to be installed into the utility container utility_pip_packages: + - cryptography - python-memcached - - pycrypto # # Tempest settings