bump req python-monascaclient>=1.12.1

python-monascaclient 1.12.0 experiences a issue around Session
when paired with osc-lib 1.11.0. The issue is resolved in
1.12.1.

Relevant patch: https://review.openstack.org/#/c/579139/

FFE: http://lists.openstack.org/pipermail/openstack-dev/2018-August/133064.html

Change-Id: I437c7141fdb405ee4506abae49ecc40525297656
This commit is contained in:
Eric K 2018-08-08 13:10:53 -07:00 committed by Eric Kao
parent a22a98cccc
commit 1af13561e1
2 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ python-ironicclient==2.3.0
python-keystoneclient==3.8.0
python-mimeparse==1.6.0
python-mistralclient==3.1.0
python-monascaclient==1.7.0
python-monascaclient==1.12.1
python-muranoclient==0.8.2
python-neutronclient==6.7.0
python-novaclient==9.1.0

View File

@ -14,7 +14,7 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
aodhclient>=0.9.0 # Apache-2.0
python-keystoneclient>=3.8.0 # Apache-2.0
python-heatclient>=1.10.0 # Apache-2.0
python-monascaclient>=1.7.0 # Apache-2.0
python-monascaclient>=1.12.1 # Apache-2.0
python-muranoclient>=0.8.2 # Apache-2.0
python-novaclient>=9.1.0 # Apache-2.0
python-neutronclient>=6.7.0 # Apache-2.0