diff options
| author | Vishvananda Ishaya <vishvananda@gmail.com> | 2011-07-22 20:20:31 +0000 |
|---|---|---|
| committer | Vishvananda Ishaya <vishvananda@gmail.com> | 2011-07-22 20:20:31 +0000 |
| commit | 0f8eee7ff32a91c866742939b1f551f3610f1276 (patch) | |
| tree | 2f181ab9efd00956756d4d8a2636f84f9aee3920 /nova/auth | |
| parent | f9fb313ca2acaf2fd491d5b695381846969b132c (diff) | |
| download | nova-0f8eee7ff32a91c866742939b1f551f3610f1276.tar.gz nova-0f8eee7ff32a91c866742939b1f551f3610f1276.tar.xz nova-0f8eee7ff32a91c866742939b1f551f3610f1276.zip | |
fix auth tests
Diffstat (limited to 'nova/auth')
| -rw-r--r-- | nova/auth/manager.py | 2 |
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: |
