From e1d10f935917d9277958e5c569372ac821da035d Mon Sep 17 00:00:00 2001 From: Luciano Lo Giudice Date: Mon, 21 Mar 2022 18:44:42 -0300 Subject: [PATCH] Use the correct module --- zaza/openstack/charm_tests/ceph/tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zaza/openstack/charm_tests/ceph/tests.py b/zaza/openstack/charm_tests/ceph/tests.py index 543fc22..df221c6 100644 --- a/zaza/openstack/charm_tests/ceph/tests.py +++ b/zaza/openstack/charm_tests/ceph/tests.py @@ -595,8 +595,8 @@ class CephTest(test_utils.OpenStackBaseTest): logging.info('Recycling previously removed OSDs') for param in params: - device = zaza_juju.add_loop_device( - param['unit'], 10, 'l2').get('Stdout') + device = zaza_utils.add_loop_device( + param['unit'], 10, 'l2') action_obj = zaza_model.run_action( unit_name=param['unit'], action_name='add-disk',