Skip to content

Commit

Permalink
Block oslo.context 2.19.1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
grahamhayes committed Oct 10, 2017
1 parent c20eb48 commit 9ad1def
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion global-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion upper-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ad1def

Please sign in to comment.