[openstack-cinder/el6-havana] add dependency on python-keystoneclient

Pádraig Brady pbrady at fedoraproject.org
Mon Jul 22 12:01:10 UTC 2013


commit 42c78f2064d476d1d632bf09abd86de4ce6d7118
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
    
    Conflicts:
    
    	openstack-cinder.spec

 openstack-cinder.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/openstack-cinder.spec b/openstack-cinder.spec
index f1e372a..645e57f 100644
--- a/openstack-cinder.spec
+++ b/openstack-cinder.spec
@@ -95,6 +95,7 @@ Requires:         python-webob1.2
 
 Requires:         python-glanceclient >= 1:0
 Requires:         python-swiftclient >= 1.2
+Requires:         python-keystoneclient
 
 Requires:         python-oslo-config
 Requires:         python-six
@@ -303,6 +304,7 @@ fi
 %changelog
 * Mon Jul 22 2013 Pádraig Brady <pbrady at redhat.com> - 2013.2-0.4.b2
 - Add dependency on python-suds to support the netapp driver
+- Add dependency on python-keystoneclient for auth token middleware
 
 * Sun Jul 21 2013 Pádraig Brady <pbrady at redhat.com> - 2013.2-0.3.b2
 - Update to Havana milestone 2


More information about the scm-commits mailing list