From 0507763210244a53e1022b9211ad71fe6f691754 Mon Sep 17 00:00:00 2001 From: Brianna Poulos Date: Tue, 1 Jul 2014 17:16:57 -0400 Subject: [PATCH] Adds barbican keymgr wrapper Adds a barbican keymgr wrapper to the key manager interface in nova. This allows barbican to be configured as the key manager for encryption keys in nova. The wrapper translates calls from the existing key manager interface to python-barbicanclient. Change-Id: I110c7ceada48de28cee1169b643b12407f21b36c Implements: blueprint encryption-with-barbican DocImpact --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-requirements.txt b/test-requirements.txt index 49c56cc34..8b044955a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,6 +10,7 @@ mock>=1.0 mox3>=0.7.0 MySQL-python psycopg2 +python-barbicanclient>=3.0.1 python-ironicclient>=0.2.1 python-subunit>=0.0.18 requests-mock>=0.5.1 # Apache-2.0