Comment 11 for bug 1762431

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

Reviewed: https://review.openstack.org/559814
Committed: https://git.openstack.org/cgit/openstack/charm-neutron-api/commit/?id=522951870272f6b9036b2549f189851de11b2fb4
Submitter: Zuul
Branch: master

commit 522951870272f6b9036b2549f189851de11b2fb4
Author: David Ames <email address hidden>
Date: Mon Apr 9 11:43:24 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: Icaf99f6a069c152f901210c38b26e71622560693
    Closes-Bug: #1762431