Also test key rotation in OSD's
This commit is contained in:
@@ -1811,3 +1811,9 @@ class CephMonKeyRotationTests(test_utils.BaseCharmTest):
|
||||
logging.info('ceph-radosgw units present, but no RGW service')
|
||||
except KeyError:
|
||||
pass
|
||||
|
||||
try:
|
||||
zaza_model.get_application('ceph-osd')
|
||||
self._check_key_rotation('osd.0', unit)
|
||||
except KeyError:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user