components/python/glance_store/patches/no-tests.patch
branchs11u3-sru
changeset 6035 c9748fcc32de
parent 4072 db0cec748ec0
child 6787 a2032b82c122
equal deleted inserted replaced
6016:a477397bba8b 6035:c9748fcc32de
     1 In-house patch to remove the reference to glance_store's tests in the
     1 In-house patch to remove the reference to glance_store's tests in the
     2 Python package's entry_points.txt file. Without this change, a warning
     2 Python package's entry_points.txt file. Without this change, a warning
     3 is printed in some of the Glance service logs. Not suitable for the
     3 is printed in some of the Glance service logs. Not suitable for the
     4 upstream.
     4 upstream.
     5 
     5 
     6 --- glance_store-0.1.10/setup.cfg.orig	2014-11-17 12:15:39.000000000 -0800
     6 --- glance_store-0.4.0/setup.cfg.orig	2014-11-17 12:15:39.000000000 -0800
     7 +++ glance_store-0.1.10/setup.cfg	2015-01-27 09:38:35.386243430 -0800
     7 +++ glance_store-0.4.0/setup.cfg	2015-01-27 09:38:35.386243430 -0800
     8 @@ -33,8 +33,6 @@ glance_store.drivers =
     8 @@ -33,8 +33,6 @@ glance_store.drivers =
     9  	cinder = glance_store._drivers.cinder:Store
     9  	cinder = glance_store._drivers.cinder:Store
    10  	gridfs = glance_store._drivers.gridfs:Store
    10  	gridfs = glance_store._drivers.gridfs:Store
    11  	vmware = glance_store._drivers.vmware_datastore:Store
    11  	vmware = glance_store._drivers.vmware_datastore:Store
    12 -	# TESTS ONLY
    12 -	# TESTS ONLY