Comment 19 for bug 1353315

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-keystoneclient (master)

Reviewed: https://review.openstack.org/112232
Committed: https://git.openstack.org/cgit/openstack/python-keystoneclient/commit/?id=5c9c97f1a5dffe5964e945bf68d009fd68e616fc
Submitter: Jenkins
Branch: master

commit 5c9c97f1a5dffe5964e945bf68d009fd68e616fc
Author: Qin Zhao <email address hidden>
Date: Wed Aug 6 15:47:58 2014 +0800

    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