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

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


commit 48b8daddaba371f7bca55b4e35a2ca40f7a241fe
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 |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/openstack-cinder.spec b/openstack-cinder.spec
index 9f679a0..215bcc6 100644
--- a/openstack-cinder.spec
+++ b/openstack-cinder.spec
@@ -93,6 +93,7 @@ Requires:         python-routes1.12
 Requires:         python-webob1.0
 
 Requires:         python-glanceclient >= 1:0
+Requires:         python-keystoneclient
 
 %description -n   python-cinder
 OpenStack Volume (codename Cinder) provides services to manage and
@@ -286,7 +287,8 @@ fi
 
 %changelog
 * Mon Jul 22 2013 Pádraig Brady <pbrady at redhat.com> - 2013.1.2-3
-- Add dependency on python-suds
+- 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