black list oslo.cache 2.1.0
oslo.cache 2.1.0 introduced issue with memcache we must blacklist this version because it will introduce bugs [1]. [1] https://bugs.launchpad.net/kolla-ansible/+bug/1866008 Change-Id: I058716256c37b6246a01612aaaa066c8e7b093e5
This commit is contained in:
parent
a38178dc7e
commit
21473074e5
@ -166,7 +166,7 @@ openstackdocstheme # Apache-2.0
|
||||
osc-lib # Apache-2.0
|
||||
osc-placement # Apache-2.0
|
||||
oslo.cache!=1.31.1,<2.0.0;python_version<'3.0' # Apache-2.0
|
||||
oslo.cache!=1.31.1;python_version>='3.0' # Apache-2.0
|
||||
oslo.cache!=1.31.1,!=2.1.0;python_version>='3.0' # Apache-2.0
|
||||
oslo.config!=4.3.0,!=4.4.0,<8.0.0;python_version<'3.0' # Apache-2.0
|
||||
oslo.config!=4.3.0,!=4.4.0;python_version>='3.0' # Apache-2.0
|
||||
oslo.concurrency<4.0.0;python_version<'3.0' # Apache-2.0
|
||||
|
@ -510,8 +510,8 @@ sushy===3.1.0
|
||||
python-neutronclient===7.1.0
|
||||
pika===1.1.0
|
||||
oslo.cache===1.38.1;python_version=='2.7'
|
||||
oslo.cache===2.1.0;python_version=='3.6'
|
||||
oslo.cache===2.1.0;python_version=='3.7'
|
||||
oslo.cache===2.0.0;python_version=='3.6'
|
||||
oslo.cache===2.0.0;python_version=='3.7'
|
||||
WebTest===2.0.34
|
||||
openstack.nose-plugin===0.11
|
||||
os-collect-config===11.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user