Message ID | 20110617042915.31559.63650.launchpad@loganberry.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'lava_tool/authtoken.py' --- lava_tool/authtoken.py 2011-06-14 03:15:20 +0000 +++ lava_tool/authtoken.py 2011-06-17 04:27:59 +0000 @@ -40,7 +40,7 @@ keyring.core.set_password( "lava-tool-%s" % endpoint_url, username, token) - def get_token_for_host(self, username, endpoint_url): + def get_token_for_endpoint(self, username, endpoint_url): return keyring.core.get_password( "lava-tool-%s" % endpoint_url, username)