[openstack-cinder] add dependency on python-keystoneclient

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


commit b68066409486fbc138763fb29248636c9958accd
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 a394049..99a4caa 100644
--- a/openstack-cinder.spec
+++ b/openstack-cinder.spec
@@ -88,6 +88,7 @@ Requires:         python-webob
 
 Requires:         python-glanceclient >= 1:0
 Requires:         python-swiftclient >= 1.2
+Requires:         python-keystoneclient
 
 Requires:         python-oslo-config
 Requires:         python-six
@@ -289,6 +290,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