diff --git a/Authors b/Authors index ec0e28b06a6a..d46fe1c00747 100644 --- a/Authors +++ b/Authors @@ -146,6 +146,7 @@ Rick Clark Rick Harris Rob Kost Russell Bryant +Russell Sim Ryan Lane Ryan Lucio Ryu Ishimoto diff --git a/nova/auth/manager.py b/nova/auth/manager.py index d9e96a42ce25..2b67907bcbd6 100644 --- a/nova/auth/manager.py +++ b/nova/auth/manager.py @@ -403,7 +403,7 @@ class AuthManager(object): key_parts = ['rolecache', User.safe_id(user), str(role)] if project: key_parts.append(Project.safe_id(project)) - return '-'.join(key_parts) + return utils.utf8('-'.join(key_parts)) def _clear_mc_key(self, user, role, project=None): # NOTE(anthony): it would be better to delete the key