Comment 7 for bug 1995086

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

Reviewed: https://review.opendev.org/c/openstack/charm-ceph-mon/+/877114
Committed: https://opendev.org/openstack/charm-ceph-mon/commit/3a774be96132e7802d1278cd6812d2fb982c740e
Submitter: "Zuul (22348)"
Branch: master

commit 3a774be96132e7802d1278cd6812d2fb982c740e
Author: Chris MacNaughton <email address hidden>
Date: Fri Mar 10 12:55:27 2023 -0500

    Fix issue with ceph-client relation handling

    A bug was introduced when changing ceph-client to
    an operator framework library that caused the
    fallback application_name handling to present
    a class name rather than a remote applicaiton name.

    This change updates the handling to get at an
    `app.name` rather than an `app`.

    As a drive-by, this also allow-lists the fully-
    qualified rename.sh.

    Closes-Bug: #1995086
    Change-Id: I57b685cb78ba5c4930eb0fa73d7ef09d39d73743
    func-test-pr: https://github.com/openstack-charmers/zaza-openstack-tests/pull/1022