Comment 8 for bug 1995086

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-ceph-mon (stable/quincy.2)

Reviewed: https://review.opendev.org/c/openstack/charm-ceph-mon/+/877019
Committed: https://opendev.org/openstack/charm-ceph-mon/commit/ef7afc5c7db4ccb303f96c1df03704210e229819
Submitter: "Zuul (22348)"
Branch: stable/quincy.2

commit ef7afc5c7db4ccb303f96c1df03704210e229819
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`.

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