summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authoropenstack <neha.alhat@nttdata.com>2018-07-25 17:38:57 +0530
committeropenstack <neha.alhat@nttdata.com>2018-08-24 12:49:36 +0000
commit05e287fa9f131d51e19e09ac3f3bfde20a9dc0d4 (patch)
tree2d03405be455d90d01a3061f6f9710f74106f40b /requirements.txt
parentc2d0fb7098a93390758d4d1f7c7c2cf4a7e38e3f (diff)
downloadpython-novaclient-05e287fa9f131d51e19e09ac3f3bfde20a9dc0d4.tar.gz
Enable split logging for cinder-novaclient interaction
This patch ensures that log messages[1][2][3] are logged only when keystoneauth=DEBUG is enabled in cinder.conf. This will also enable us to consume split_logger config option [4] when enabled in cinder without making any additional changes in client code. [1] REQ: https://review.openstack.org/#/c/505764/8/keystoneauth1/session.py@391 [2] RESP: https://review.openstack.org/#/c/505764/8/keystoneauth1/session.py@422 [3] RESP BODY: https://review.openstack.org/#/c/505764/8/keystoneauth1/session.py@454 [4] https://review.openstack.org/#/c/568878/ Closes-Bug: #1782134 Change-Id:I3c47b5249141b3f05b2f54984bb5b1d7801a02bc
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 9ac07a62..9371e327 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,7 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pbr!=2.1.0,>=2.0.0 # Apache-2.0
-keystoneauth1>=3.4.0 # Apache-2.0
+keystoneauth1>=3.5.0 # Apache-2.0
iso8601>=0.1.11 # MIT
oslo.i18n>=3.15.3 # Apache-2.0
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0