Comment 3 for bug 1607062

Revision history for this message
James Page (james-page) wrote :

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?