remove auth manager from instance helper

This commit is contained in:
Vishvananda Ishaya
2011-07-22 22:04:52 +00:00
parent 901523473d
commit 5ea049f48f

View File

@@ -738,10 +738,6 @@ class AuthManager(object):
with self.driver() as drv:
drv.modify_user(uid, access_key, secret_key, admin)
@staticmethod
def get_key_pairs(context):
return db.key_pair_get_all_by_user(context.elevated(), context.user_id)
def get_credentials(self, user, project=None, use_dmz=True):
"""Get credential zip for user in project"""
if not isinstance(user, User):