Comment 25 for bug 1762431

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

Reviewed: https://review.openstack.org/566763
Committed: https://git.openstack.org/cgit/openstack/charm-keystone/commit/?id=9053e73d209387f6f90603694246df5d6d3dee76
Submitter: Zuul
Branch: stable/18.02

commit 9053e73d209387f6f90603694246df5d6d3dee76
Author: David Ames <email address hidden>
Date: Mon May 7 20:59:46 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: I64eb2b90776bb1e37de009208f016f176bd6a82a
    Closes-Bug: #1762431