Comment 1 for bug 1421167

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

Reviewed: https://review.openstack.org/155259
Committed: https://git.openstack.org/cgit/stackforge/mistral/commit/?id=65a9d16a602b54d100fe5fbc089349eaa0e97aef
Submitter: Jenkins
Branch: master

commit 65a9d16a602b54d100fe5fbc089349eaa0e97aef
Author: David C Kennedy <email address hidden>
Date: Thu Feb 12 11:22:46 2015 +0000

    Support ssl cert verification on outgoing https

    Added the verify parameter to HttpAction class so that a ca bundle
     can be used to verify ssl certs when making outgoing https calls
     via HttpAction
    Modified unit tests to expect added parameter
    Corrected name of test_inspect_utils.py as it was under the knife
     in any case

    Change-Id: I444b22eabf7c48db62f29a59421aaa290b5f0cd7
    Closes-Bug: #1421167