Comment 2 for bug 1780712

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

Reviewed: https://review.opendev.org/736709
Committed: https://git.openstack.org/cgit/openstack/charm-ceph-mon/commit/?id=d875568ad78cb7e6caeccfe2c43a4f8819b3ab5a
Submitter: Zuul
Branch: master

commit d875568ad78cb7e6caeccfe2c43a4f8819b3ab5a
Author: Liam Young <email address hidden>
Date: Thu Jun 18 13:08:14 2020 +0000

    Support ceph client over CMRs

    Support ceph client over CMRs of and only if permit-insecure-cmr
    config option has been set to true, otherwise go into a blocked
    state.

    To support CMR clients try and get client service name from relation
    data first before falling back to using the remote unit name. Using
    the remote unit name fails when the clients are connecting via a
    cross-model relation.

    The clients side change is here: https://github.com/juju/charm-helpers/pull/481

    Change-Id: If9616170b8af9eac309dc6e8edd670fb5cfd8e0f
    Closes-Bug: #1780712