Merge "Update catalog entry on addition of certificates"

This commit is contained in:
Zuul 2021-09-28 23:41:22 +00:00 committed by Gerrit Code Review
commit 13402ca8f8
1 changed files with 2 additions and 0 deletions

View File

@ -583,6 +583,8 @@ def certs_changed(relation_id=None, unit=None):
process_certificates('ceph-radosgw', relation_id, unit)
configure_https()
_certs_changed()
for r_id in relation_ids('identity-service'):
identity_joined(relid=r_id)
def get_radosgw_username(r_id):