Remove unused get_projects_list method

Change-Id: I4de11425437ab8fb1a489813f2987d7056e81cf0
This commit is contained in:
Cedric Brandily 2015-04-08 14:28:26 +02:00
parent 29da191a75
commit 7b45bac016
1 changed files with 0 additions and 7 deletions

View File

@ -103,10 +103,3 @@ class Client(object):
self.keystone_client.authenticate()
return self.keystone_client
@staticmethod
def get_projects_list(keystone_client):
if isinstance(keystone_client, keystone_client_v2.Client):
return keystone_client.tenants
return keystone_client.projects