Comment 19 for bug 1762431

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

Reviewed: https://review.openstack.org/560659
Committed: https://git.openstack.org/cgit/openstack/charm-heat/commit/?id=5f8d3317e6dd9b67861bab10258f0290281339fc
Submitter: Zuul
Branch: master

commit 5f8d3317e6dd9b67861bab10258f0290281339fc
Author: David Ames <email address hidden>
Date: Wed Apr 11 14:23:17 2018 -0700

    Charm-helpers sync to fix CA cert comparison

    The comparison of bytes vs string of the CA certificate produces a
    false negative. This leads to rewriting certificates and affecting
    connectivity to services.

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

    Change-Id: I1271ff7dc7fd2ebc0327801cd97d62971ff82e94
    Closes-Bug: #1762431