[openstack-cinder/f19] add dependency on python-keystoneclient

Pádraig Brady pbrady at fedoraproject.org
Mon Jul 22 11:58:40 UTC 2013


commit 4e856e35fddf8b4ef0c82bf81399182368510185
Author: Pádraig Brady <P at draigBrady.com>
Date:   Mon Jul 22 11:44:07 2013 +0100

    add dependency on python-keystoneclient
    
    This contains the auth token middleware

 openstack-cinder.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/openstack-cinder.spec b/openstack-cinder.spec
index 110b81d..1b8ffbf 100644
--- a/openstack-cinder.spec
+++ b/openstack-cinder.spec
@@ -84,6 +84,7 @@ Requires:         python-routes
 Requires:         python-webob
 
 Requires:         python-glanceclient >= 1:0
+Requires:         python-keystoneclient
 
 %description -n   python-cinder
 OpenStack Volume (codename Cinder) provides services to manage and
@@ -271,6 +272,7 @@ fi
 %changelog
 * Mon Jul 22 2013 Pádraig Brady <pbrady at redhat.com> - 2013.1.2-3
 - Add dependency on python-suds to support the netapp driver
+- Add dependency on python-keystoneclient for auth token middleware
 
 * Wed Jul 17 2013 Pádraig Brady <pbrady at redhat.com> - 2013.1.2-2
 - Avoid qpid exchange leaks


More information about the scm-commits mailing list