Comment 24 for bug 1762431

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-heat (stable/18.02)

Reviewed: https://review.openstack.org/566734
Committed: https://git.openstack.org/cgit/openstack/charm-heat/commit/?id=c3fcab00c93f9f180b0859a590e9d73f82bf66e0
Submitter: Zuul
Branch: stable/18.02

commit c3fcab00c93f9f180b0859a590e9d73f82bf66e0
Author: David Ames <email address hidden>
Date: Mon May 7 17:42:20 2018 -0300

    Read in ca certificate as binary for PY3

    The comparison of bytes vs string of the CA certificate produces a
    false negative. This leads to rewriting certificates and affecting
    connectivity to services. The writing of the file was changed to bytes
    in https://github.com/juju/charm-helpers/pull/58/.

    Read in the certificate as bytes as well for a bytes vs bytes
    comparison.

    Change-Id: Iedcf0b40004c387384a071c5ad4116e6eb33fd90
    Closes-Bug: #1762431