Comment 2 for bug 1530318

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

Reviewed: https://review.openstack.org/269163
Committed: https://git.openstack.org/cgit/openstack/fuel-ostf/commit/?id=50095b1bdc82bbf5d2eeab0a90d4f6afa2ed65b3
Submitter: Jenkins
Branch: master

commit 50095b1bdc82bbf5d2eeab0a90d4f6afa2ed65b3
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