diff --git a/cinder/tests/tempest/api/volume/test_consistencygroups.py b/cinder/tests/tempest/api/volume/test_consistencygroups.py index 817228d..529d96e 100644 --- a/cinder/tests/tempest/api/volume/test_consistencygroups.py +++ b/cinder/tests/tempest/api/volume/test_consistencygroups.py @@ -32,7 +32,7 @@ cls._api_version = 2 super(ConsistencyGroupsV2Test, cls).setup_clients() - manager = cinder_clients.Manager(cls.os_adm) + manager = cinder_clients.Manager(cls.os_admin) cls.consistencygroups_adm_client = manager.consistencygroups_adm_client @classmethod