From 1af13561e113bc8ca3115b8511a02544a430942f Mon Sep 17 00:00:00 2001 From: Eric K Date: Wed, 8 Aug 2018 13:10:53 -0700 Subject: [PATCH] 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 --- lower-constraints.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index 5bfbc4ec6..5a26e2cd3 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -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 diff --git a/requirements.txt b/requirements.txt index 324dc9031..c1005ab8d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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