diff --git a/zaza/openstack/charm_tests/keystone/tests.py b/zaza/openstack/charm_tests/keystone/tests.py index 2a8739c..6f0f88c 100644 --- a/zaza/openstack/charm_tests/keystone/tests.py +++ b/zaza/openstack/charm_tests/keystone/tests.py @@ -197,7 +197,7 @@ class CharmOperationTest(BaseKeystoneTest): GLANCE_APP = "glance" # Only do the test if glance is in the model. - applications = juju_utils.sync_deployed(self.model_name) + applications = zaza.model.sync_deployed(self.model_name) if GLANCE_APP not in applications: self.skipTest( '{} is not deployed, so not doing password change'