Its installed when the charm is related to the ceph radosgw charm:
@hooks.hook('radosgw-relation-joined') def radosgw_relation(relid=None, unit=None): # Install radosgw for admin tools apt_install(packages=filter_installed_packages(['radosgw']))
Is this change really required?
Its installed when the charm is related to the ceph radosgw charm:
@hooks. hook('radosgw- relation- joined' ) relation( relid=None, unit=None): install( packages= filter_ installed_ packages( ['radosgw' ]))
def radosgw_
# Install radosgw for admin tools
apt_
Is this change really required?