Comment 4 for bug 1713922

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

Reviewed: https://review.openstack.org/501640
Committed: https://git.openstack.org/cgit/openstack/charms.openstack/commit/?id=1e35390d63144f67c26882ddb473adb106c2699c
Submitter: Jenkins
Branch: master

commit 1e35390d63144f67c26882ddb473adb106c2699c
Author: James Page <email address hidden>
Date: Thu Sep 7 10:08:41 2017 +0100

    Make config provided CA optional

    When SSL cert and key are provided via configuration, and are signed
    by a known trusted CA, there is no need to configure the ssl_ca
    option as system installed certificates will cover the trust chain
    already.

    Make this option optional.

    Change-Id: I630d5fddb158497cb4e69f45f0c45e1f33c730f3
    Closes-Bug: 1713922