summaryrefslogtreecommitdiff
path: root/keystoneclient/httpclient.py
diff options
context:
space:
mode:
authorQin Zhao <chaochin@gmail.com>2014-08-06 15:47:58 +0800
committerQin Zhao <chaochin@gmail.com>2014-09-17 18:16:06 +0800
commit5c9c97f1a5dffe5964e945bf68d009fd68e616fc (patch)
treedac2dbe6a675ff3c318e7ea76d0c201d58ef3a3d /keystoneclient/httpclient.py
parenta505ffbf17a2aee120ac5a0e3a3fcdcf8930b3fe (diff)
downloadpython-keystoneclient-5c9c97f1a5dffe5964e945bf68d009fd68e616fc.tar.gz
Fix the condition expression for ssl_insecure
In the existing code, self.ssl_insecure is a string. If insecure option is set in nova api-paste.ini, whatever it is 'true' or 'false', kwargs['verify'] will become False. This commit corrects the condition expression. This patch is backported from https://review.openstack.org/#/c/113191/ Change-Id: I91db8e1cb39c017167a4160079846ac7c0663b03 Closes-Bug: 1353315
Diffstat (limited to 'keystoneclient/httpclient.py')
0 files changed, 0 insertions, 0 deletions