diff options
| author | Vishvananda Ishaya <vishvananda@gmail.com> | 2011-04-05 12:56:25 -0700 |
|---|---|---|
| committer | Vishvananda Ishaya <vishvananda@gmail.com> | 2011-04-05 12:56:25 -0700 |
| commit | 4a8a08790803d574ecd1dce4b3765cbce7e1043a (patch) | |
| tree | c3738a050bb024e4c4c758fa092f5c0e95b0dd27 /nova/auth | |
| parent | b66535602eae6b2f91cc5573798cd837e63f8ecc (diff) | |
| download | nova-4a8a08790803d574ecd1dce4b3765cbce7e1043a.tar.gz nova-4a8a08790803d574ecd1dce4b3765cbce7e1043a.tar.xz nova-4a8a08790803d574ecd1dce4b3765cbce7e1043a.zip | |
fixed comment
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 12ded1207..f2451702c 100644 --- a/nova/auth/manager.py +++ b/nova/auth/manager.py @@ -372,7 +372,7 @@ class AuthManager(object): (Project.safe_id(project) if project else 'None'))) def _clear_mc_key(self, user, role, project=None): - # (anthony) it would be better to delete the key + # NOTE(anthony): it would be better to delete the key self.mc.set(self._build_mc_key(user, role, project), None) def _has_role(self, user, role, project=None): |
