Block oslo.context 2.19.1
The change adding "project" to `to_dict` has caused issues for at least Designate [1], blocking our gate. Related-Bug: #1721432 1 - http://logs.openstack.org/14/506614/32/check/gate-designate-python27-ubuntu-xenial/2d01a4f/console.html#_2017-10-05_01_05_47_771985 Change-Id: Idb957fa1b69c8d356243c40cc3c86b5e84b35dfd
This commit is contained in:
parent
c20eb489fa
commit
9ad1def16d
@ -134,7 +134,7 @@ osc-lib>=1.7.0 # Apache-2.0
|
||||
oslo.cache>=1.22.0 # Apache-2.0
|
||||
oslo.config>=4.6.0 # Apache-2.0
|
||||
oslo.concurrency>=3.20.0 # Apache-2.0
|
||||
oslo.context>=2.14.0 # Apache-2.0
|
||||
oslo.context>=2.14.0,!=2.19.1 # Apache-2.0
|
||||
oslo.db>=4.27.0 # Apache-2.0
|
||||
oslo.i18n>=3.15.3 # Apache-2.0
|
||||
oslo.log>=3.30.0 # Apache-2.0
|
||||
|
@ -47,7 +47,7 @@ Pint===0.8.1
|
||||
oslo.i18n===3.18.0
|
||||
jsonpath-rw-ext===1.1.2
|
||||
python-mistralclient===3.1.3
|
||||
oslo.context===2.19.1
|
||||
oslo.context===2.19.0
|
||||
python-senlinclient===1.4.0
|
||||
rcssmin===1.0.6
|
||||
pycadf===2.6.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user