Remove unused code in api/compute/admin/test_quotas.py
The 'tenants' variable is not used anywhere in the class, which should be
removed. Maybe it was ignored by someone when fixing something else.
Change-Id: I96eb4ff9590c6416c21d457e93075ddc74e5f3f3
Closes-bug: #1249804
diff --git a/tempest/api/compute/admin/test_quotas.py b/tempest/api/compute/admin/test_quotas.py
index 6c4d350..d5d070b 100644
--- a/tempest/api/compute/admin/test_quotas.py
+++ b/tempest/api/compute/admin/test_quotas.py
@@ -36,8 +36,6 @@
cls.identity_admin_client = cls._get_identity_admin_client()
cls.sg_client = cls.security_groups_client
- resp, tenants = cls.identity_admin_client.list_tenants()
-
# NOTE(afazekas): these test cases should always create and use a new
# tenant most of them should be skipped if we can't do that
cls.demo_tenant_id = cls.isolated_creds.get_primary_user().get(