components/openstack/glance/patches/04-requirements.patch
author Drew Fisher <drew.fisher@oracle.com>
Fri, 13 Jun 2014 09:10:23 -0700
branchs11-update
changeset 3178 77584387a894
child 3998 5bd484384122
permissions -rw-r--r--
PSARC/2014/207 OpenStack Glance Update to Havana PSARC/2014/208 OpenStack Cinder Update to Havana PSARC/2014/209 OpenStack Keystone Update to Havana PSARC/2014/210 OpenStack Nova Update to Havana 18416146 Neutron agents (L3 and DHCP) should cleanup resources when they are disabled 18562372 Failed to create a new project under Horizon 18645763 ZFSSA Cinder Driver support 18686327 evs agent silently ignores user-specified pool allocation ranges 18702697 fibre channel volumes should be supported in the cinder volume driver 18734289 nova won't terminate failed kz deployments 18738371 cinder-volume:setup should account for commented-out zfs_volume_base 18738374 cinder-volume:setup should check for existence of configuration file 18826190 nova-compute fails due to nova.utils.to_bytes 18855698 Update OpenStack to Havana 2013.2.3 18855710 Update python-cinderclient to 1.0.9 18855743 Update python-keystoneclient to 0.8.0 18855754 Update python-neutronclient to 2.3.4 18855764 Update python-novaclient to 2.17.0 18855793 Update python-swiftclient to 2.1.0 18856992 External networks can be deleted even when floating IP addresses are in use 18857784 bake in some more openstack configuration 18884923 Incorrect locale facets in python modules for openstack 18913890 the error in _get_view_and_lun may cause the failure of deleting volumes 18943044 Disable 'Security Groups' tab in Horizon dashboard 18969275 problem in SERVICE/KEYSTONE

In-house patch to remove unnecessary dependencies from Glance's
requirements files. The specific reasons are as follows:

lxml		No longer applicable
		(upstream commit b7f9120cd4623d8284c4edfea760ef10e1193492)

passlib		No longer applicable
		(upstream commit b31874284212d49560ddf4f36e5c9ca5d221f605)

pycrypto	Not applicable to Solaris (M2Crypto used instead)

wsgiref		No longer applicable
		(upstream commit b31874284212d49560ddf4f36e5c9ca5d221f605)

--- glance-2013.2.3/glance.egg-info/requires.txt.orig	2014-04-03 11:46:54.000000000 -0700
+++ glance-2013.2.3/glance.egg-info/requires.txt	2014-05-24 23:04:42.210143004 -0700
@@ -6,20 +6,16 @@
 PasteDeploy>=1.5.0
 Routes>=1.12.3
 WebOb>=1.2.3,<1.3
-wsgiref>=0.1.2
 boto>=2.4.0,!=2.13.0
 sqlalchemy-migrate>=0.7.2
 httplib2
 kombu>=2.4.8
-pycrypto>=2.6
 iso8601>=0.1.8
 oslo.config>=1.2.0
 python-swiftclient>=1.5,<2.0.0
-lxml>=2.3
 Paste
-passlib
 jsonschema>=1.3.0,!=1.4.0
 python-cinderclient>=1.0.6
 python-keystoneclient>=0.3.2
 pyOpenSSL>=0.11
-six>=1.4.1
\ No newline at end of file
+six>=1.4.1
--- glance-2013.2.3/requirements.txt.orig	2014-04-03 11:43:55.000000000 -0700
+++ glance-2013.2.3/requirements.txt	2014-05-24 23:05:14.053235541 -0700
@@ -12,29 +12,20 @@
 PasteDeploy>=1.5.0
 Routes>=1.12.3
 WebOb>=1.2.3,<1.3
-wsgiref>=0.1.2
 argparse
 boto>=2.4.0,!=2.13.0
 sqlalchemy-migrate>=0.7.2
 httplib2
 kombu>=2.4.8
-pycrypto>=2.6
 iso8601>=0.1.8
 oslo.config>=1.2.0
 
 # For Swift storage backend.
 python-swiftclient>=1.5,<2.0.0
 
-# Note you will need gcc buildtools installed and must
-# have installed libxml headers for lxml to be successfully
-# installed using pip, therefore you will need to install the
-# libxml2-dev and libxslt-dev Ubuntu packages.
-lxml>=2.3
-
 # For paste.util.template used in keystone.common.template
 Paste
 
-passlib
 jsonschema>=1.3.0,!=1.4.0
 python-cinderclient>=1.0.6
 python-keystoneclient>=0.3.2