Comment 40 for bug 1813982

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

Reviewed: https://review.openstack.org/634510
Committed: https://git.openstack.org/cgit/openstack/charms.openstack/commit/?id=982ae33054e57c8f64095ebbfbb187a181db13e6
Submitter: Zuul
Branch: master

commit 982ae33054e57c8f64095ebbfbb187a181db13e6
Author: David Ames <email address hidden>
Date: Fri Feb 1 15:05:32 2019 -0800

    Fix certificate chain concatenation

    The reactive OpenStack charms do not use
    charmhelpers.contrib.openstack.cert_utils.install_certs when related to
    the certificates relation with vault.

    The same bug exists in
    charms.openstack.charms.classes.OpenStackCharm.get_certs_and_keys when
    the certificates_interface is in use.

    This change applies the same fix.

    Change-Id: I530d1efd2f847ec282a6b9cc7c4bfcf7b317b42d
    Closes-Bug: #1813982