diff --git a/zaza/openstack/charm_tests/ceph/tests.py b/zaza/openstack/charm_tests/ceph/tests.py index e000f42..d693276 100644 --- a/zaza/openstack/charm_tests/ceph/tests.py +++ b/zaza/openstack/charm_tests/ceph/tests.py @@ -1811,7 +1811,7 @@ class CephMonKeyRotationTests(test_utils.BaseCharmTest): try: zaza_model.get_application('ceph-radosgw') - rgw_client = self._get_rgw_client('ceph-radosgw/0') + rgw_client = self._get_rgw_client(unit) if rgw_client: self._check_key_rotation(rgw_client, unit) else: