Comment 9 for bug 1919389

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (stable/wallaby)

Reviewed: https://review.opendev.org/c/openstack/kolla-ansible/+/798893
Committed: https://opendev.org/openstack/kolla-ansible/commit/270b237b379ee23ce90fb1fd3a2533a4e5b6b9b9
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 270b237b379ee23ce90fb1fd3a2533a4e5b6b9b9
Author: Mark Goddard <email address hidden>
Date: Wed Mar 17 09:32:33 2021 +0000

    magnum: Add CA certificate configuration for internal TLS

    Magnum has various sections in its configuration file for OpenStack
    clients. When internal TLS is enabled, these may need a CA certificate
    to be specified.

    This change adds a CA certificate configuration, based on
    openstack_cacert, for all clients using internal endpoints.

    Note: we are explicitly not adding the configuration for the
    [magnum_client] ca_file and [drivers] openstack_ca_file options, since
    these use the public endpoint by default. These options may be
    provided via custom configuration if necessary.

    Change-Id: Ie59b3777c0a2c142b580addd67e279bc4b2f2c90
    Co-Authored-By: Kyle Dean
    Closes-Bug: #1919389
    (cherry picked from commit 48f0957a1c9c3ef0cac77642f058fa9cb47fbbc8)