summaryrefslogtreecommitdiffstats
path: root/nova/auth
diff options
context:
space:
mode:
authorVishvananda Ishaya <vishvananda@gmail.com>2011-07-22 20:20:31 +0000
committerVishvananda Ishaya <vishvananda@gmail.com>2011-07-22 20:20:31 +0000
commit0f8eee7ff32a91c866742939b1f551f3610f1276 (patch)
tree2f181ab9efd00956756d4d8a2636f84f9aee3920 /nova/auth
parentf9fb313ca2acaf2fd491d5b695381846969b132c (diff)
downloadnova-0f8eee7ff32a91c866742939b1f551f3610f1276.tar.gz
nova-0f8eee7ff32a91c866742939b1f551f3610f1276.tar.xz
nova-0f8eee7ff32a91c866742939b1f551f3610f1276.zip
fix auth tests
Diffstat (limited to 'nova/auth')
-rw-r--r--nova/auth/manager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/auth/manager.py b/nova/auth/manager.py
index b6131fb7f..06af7e781 100644
--- a/nova/auth/manager.py
+++ b/nova/auth/manager.py
@@ -785,7 +785,7 @@ class AuthManager(object):
return read_buffer
def get_environment_rc(self, user, project=None, use_dmz=True):
- """Get credential zip for user in project"""
+ """Get environment rc for user in project"""
if not isinstance(user, User):
user = self.get_user(user)
if project is None: