Comment 13 for bug 1559067

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

Reviewed: https://review.openstack.org/316886
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=9121d6b6377caa1ac832ab30627bab4c4990e203
Submitter: Jenkins
Branch: stable/mitaka

commit 9121d6b6377caa1ac832ab30627bab4c4990e203
Author: Igor Zinovik <email address hidden>
Date: Mon Apr 4 10:39:15 2016 +0300

    Configure Glance SSL verification settings (VMware backend)

    Fetch CA certificate bundle and pass it into puppet-glance module
    (glance::backend::vsphere class).

    Default behaviour of class is to turn off verification (we pass `undef'
    value to ::glance::backend::vsphere class), if `vcenter_ca_file' is
    provided certificate is verified.

    Support of CA certificate setting was introduced in change request
    of puppet-glance module Icef5c35ad1128df465da548dd880a0dfeeadb5e1

    CA bundle file gets uploaded to `/etc/glance/'.

    Provide noop test case.

    Closes-bug: #1559067
    Change-Id: Id0976706221dbac60c424ba9eb865d84411fc6d0
    (cherry picked from commit ac2801b8ba9a73542e14003ed6069e2bb0d1683f)