Comment 14 for bug 1762431

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

Reviewed: https://review.openstack.org/560655
Committed: https://git.openstack.org/cgit/openstack/charm-keystone/commit/?id=92f5248a072505315546a9d28f0c0739adb03e00
Submitter: Zuul
Branch: master

commit 92f5248a072505315546a9d28f0c0739adb03e00
Author: David Ames <email address hidden>
Date: Wed Apr 11 14:19:29 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.

    Closes-Bug: #1762431

    Change-Id: Ic226149cc124ac5b84ab30d95a590f08489c67f2