Comment 3 for bug 1570451

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

Reviewed: https://review.openstack.org/306539
Committed: https://git.openstack.org/cgit/openstack/mistral/commit/?id=49d04cf45b60a49449d4b5d896e600b4b6448d97
Submitter: Jenkins
Branch: master

commit 49d04cf45b60a49449d4b5d896e600b4b6448d97
Author: hardik <email address hidden>
Date: Fri Apr 15 21:59:42 2016 +0530

    Disabled ssl warnings while runing tempest tests

    While running tempest tests over https, warnings
    are shown for unverified HTTPS request beacause
    by default urllib3 don't verify ssl certificates.
    So now, certification validation warnings have been
    disabled.

    Change-Id: I0e99af8364e262baa37a56b0a8846abde3a8d2b0
    Closes-bug: #1570451