Comment 11 for bug 1986593

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

Reviewed: https://review.opendev.org/c/openstack/charm-ceph-dashboard/+/903664
Committed: https://opendev.org/openstack/charm-ceph-dashboard/commit/fa621d1062b90c3af809dd82641fd26e14e6324d
Submitter: "Zuul (22348)"
Branch: master

commit fa621d1062b90c3af809dd82641fd26e14e6324d
Author: Utkarsh Bhatt <email address hidden>
Date: Thu Dec 14 16:19:28 2023 +0530

    Use single credential for configuring object storage gw in dashboard.

    The radosgw relation provides the same credential mapped to the
    hostnames of all the related radosgw application units. This extra
    information is not needed. Even when multiple radosgw applications
    are present in the same Juju model, a single instance of credentials
    is sufficient for dashbaord to present Object GW UI.

    Closes-Bug: #1986593
    Change-Id: Ib56e0bd4fe588219d6b5728d9a71cf09abdd25de
    Signed-off-by: Utkarsh Bhatt <email address hidden>