Comment 17 for bug 1762431

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

Reviewed: https://review.openstack.org/560656
Committed: https://git.openstack.org/cgit/openstack/charm-cinder/commit/?id=af394fc9e5560bc91201ba1bd0fbb1a74c7d214b
Submitter: Zuul
Branch: master

commit af394fc9e5560bc91201ba1bd0fbb1a74c7d214b
Author: David Ames <email address hidden>
Date: Wed Apr 11 14:21:04 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: Ie591ab8c958b59ef190a2f255eee8db0338d5ee3
    Closes-Bug: #1762431