Comment 18 for bug 1762431

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

Reviewed: https://review.openstack.org/560661
Committed: https://git.openstack.org/cgit/openstack/charm-openstack-dashboard/commit/?id=0707590487376b8c45d3a9f056b427081f2b138a
Submitter: Zuul
Branch: master

commit 0707590487376b8c45d3a9f056b427081f2b138a
Author: David Ames <email address hidden>
Date: Wed Apr 11 14:28:26 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: I3b233a79689858db0962bafe71eba0a0667c2bf0
    Closes-Bug: #1762431