summaryrefslogtreecommitdiffstats
path: root/nova/api
diff options
context:
space:
mode:
authorEd Leafe <ed@leafe.com>2011-01-19 15:26:09 -0500
committerEd Leafe <ed@leafe.com>2011-01-19 15:26:09 -0500
commitd131bcece0f14ae9124f386b814f8354f8da8ecd (patch)
treee815bfa2ea650c9b78afa4150dda1b542f00c772 /nova/api
parent6ab5b9bd81ee754553c515fc28b7c2da71e0ab12 (diff)
Updated trunk changes to work with localization
Diffstat (limited to 'nova/api')
-rw-r--r--nova/api/ec2/admin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/ec2/admin.py b/nova/api/ec2/admin.py
index 377287143..78ff1b3e0 100644
--- a/nova/api/ec2/admin.py
+++ b/nova/api/ec2/admin.py
@@ -162,7 +162,7 @@ class AdminController(object):
member_users=None, **kwargs):
"""Creates a new project"""
msg = _("Create project %(name)s managed by"
- " %(manager_user(s") % locals()
+ " %(manager_user)s") % locals()
LOG.audit(msg, context=context)
return project_dict(
manager.AuthManager().create_project(