Disallow mistralclient 3.2.0 to avoid bug
3.2.0 has a bug that causes TripleO and Congress experience auth error when using mistralcient. Needed for Queens release. (needed in master too...) See related bugs below for reference. Change-Id: Iaf3dac1aaea2a05f302fc5c87174e4bbdd579291 Related-Bug: 1748751 Related-Bug: 1749186 Related-Bug: 1747800 Signed-off-by: Matthew Thode <mthode@mthode.org>
This commit is contained in:
parent
8c314d04f9
commit
83dbef854e
@ -253,7 +253,7 @@ python-kingbirdclient>=0.1.0 # Apache-2.0
|
||||
python-magnumclient>=2.1.0 # Apache-2.0
|
||||
python-masakariclient>=3.0.1 # Apache-2.0
|
||||
python-manilaclient>=1.16.0 # Apache-2.0
|
||||
python-mistralclient>=3.1.0 # Apache-2.0
|
||||
python-mistralclient>=3.1.0,!=3.2.0 # Apache-2.0
|
||||
python-muranoclient>=0.8.2 # Apache-2.0
|
||||
python-monascaclient>=1.7.0 # Apache-2.0
|
||||
python-neutronclient>=6.7.0 # Apache-2.0
|
||||
|
@ -47,7 +47,7 @@ microversion-parse===0.1.4
|
||||
Pint===0.8.1
|
||||
oslo.i18n===3.19.0
|
||||
jsonpath-rw-ext===1.1.3
|
||||
python-mistralclient===3.2.0
|
||||
python-mistralclient===3.3.0
|
||||
oslo.context===2.20.0
|
||||
python-senlinclient===1.7.0
|
||||
rcssmin===1.0.6
|
||||
|
Loading…
x
Reference in New Issue
Block a user