Updated from global requirements
Change-Id: I507c5f03b2fd53406ff80fd0938aa87ac13a2b0b
This commit is contained in:
parent
8565a86050
commit
020f18afbf
@ -48,7 +48,7 @@ retrying!=1.3.0,>=1.2.3 # Apache-2.0
|
||||
osprofiler>=0.3.0 # Apache-2.0
|
||||
|
||||
# Glance Store
|
||||
glance-store>=0.7.1 # Apache-2.0
|
||||
glance-store!=0.9.0,>=0.7.1 # Apache-2.0
|
||||
|
||||
|
||||
# Artifact repository
|
||||
|
10
setup.cfg
10
setup.cfg
@ -23,15 +23,15 @@ data_files =
|
||||
|
||||
[extras]
|
||||
cinder =
|
||||
glance_store[cinder]>=0.7.1 # Apache-2.0
|
||||
glance-store!=0.9.0,>=0.7.1 # Apache-2.0
|
||||
gridfs =
|
||||
glance_store[gridfs]>=0.7.1 # Apache-2.0
|
||||
glance-store!=0.9.0,>=0.7.1 # Apache-2.0
|
||||
swift =
|
||||
glance_store[swift]>=0.7.1 # Apache-2.0
|
||||
glance-store!=0.9.0,>=0.7.1 # Apache-2.0
|
||||
s3 =
|
||||
glance_store[s3]>=0.7.1 # Apache-2.0
|
||||
glance-store!=0.9.0,>=0.7.1 # Apache-2.0
|
||||
vmware =
|
||||
glance_store[vmware]>=0.7.1 # Apache-2.0
|
||||
glance-store!=0.9.0,>=0.7.1 # Apache-2.0
|
||||
|
||||
[entry_points]
|
||||
console_scripts =
|
||||
|
@ -21,7 +21,7 @@ psutil<2.0.0,>=1.1.1
|
||||
oslotest>=1.10.0 # Apache-2.0
|
||||
# Optional packages that should be installed when testing
|
||||
PyMySQL>=0.6.2 # MIT License
|
||||
psycopg2
|
||||
psycopg2>=2.5
|
||||
pysendfile>=2.0.0
|
||||
qpid-python;python_version=='2.7'
|
||||
xattr>=0.4
|
||||
|
Loading…
Reference in New Issue
Block a user