Comment 4 for bug 1530318

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-ostf (stable/8.0)

Reviewed: https://review.openstack.org/270722
Committed: https://git.openstack.org/cgit/openstack/fuel-ostf/commit/?id=5ce101d641ecdb31679c9e12b2a2bca21bfcd124
Submitter: Jenkins
Branch: stable/8.0

commit 5ce101d641ecdb31679c9e12b2a2bca21bfcd124
Author: Artem Roma <email address hidden>
Date: Mon Jan 18 18:04:32 2016 +0200

    Disable ssl certificate verification for ostf_adapter utils

    Now there is possibility to enable ssl for nginx by adding 'flat_https'
    option to fuel settings (/etc/fuel/astute.yaml on the master node).
    Since ostf adapter performs http requests to nailgun in order to obtain
    particular info from it, ssl cerificate that is used by nginx should be
    processed in the case, but since the certificate is self-signed, its
    verification has to be disabled, otherwise this action will fail.

    Change-Id: I98733ba57e87c3b59aeddc4f1e601a5518aeb439
    Closes-Bug: #1530318
    (cherry picked from commit 50095b1bdc82bbf5d2eeab0a90d4f6afa2ed65b3)