From 6fcdb5e74bb83c7da014e210f9f676f793864a4d Mon Sep 17 00:00:00 2001 From: licanwei Date: Tue, 17 Jul 2018 19:57:41 -0700 Subject: [PATCH] update monascaclient version TimingSession is removed and replaced by keystone session (see [1]). monasca client fixed it in [2]. Watcher need to update monascaclient version [1] https://review.openstack.org/#/c/579139/ [2] https://review.openstack.org/#/c/582882 Closes-Bug: #1782276 Change-Id: I567b7727cbfe645c4d16e06a8cbb8eb8e33eb872 Co-Authored-By: zhurong --- 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 1154b27a5..c95be878a 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -114,7 +114,7 @@ python-glanceclient==2.9.1 python-ironicclient==2.3.0 python-keystoneclient==3.15.0 python-mimeparse==1.6.0 -python-monascaclient==1.10.0 +python-monascaclient==1.12.0 python-neutronclient==6.7.0 python-novaclient==10.1.0 python-openstackclient==3.14.0 diff --git a/requirements.txt b/requirements.txt index a9621dfd7..1daba9df5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ python-ceilometerclient>=2.9.0 # Apache-2.0 python-cinderclient>=3.5.0 # Apache-2.0 python-glanceclient>=2.9.1 # Apache-2.0 python-keystoneclient>=3.15.0 # Apache-2.0 -python-monascaclient>=1.10.0 # Apache-2.0 +python-monascaclient>=1.12.0 # Apache-2.0 python-neutronclient>=6.7.0 # Apache-2.0 python-novaclient>=10.1.0 # Apache-2.0 python-openstackclient>=3.14.0 # Apache-2.0