summaryrefslogtreecommitdiffstats
path: root/nova/auth
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2011-11-16 23:35:08 +0000
committerGerrit Code Review <review@openstack.org>2011-11-16 23:35:08 +0000
commit36dcc2d9230f8104f0defc8fa27ee8f6c2f2eeaf (patch)
treeb6fb06617cbcfbf985b7186a4e430b5f6cd75500 /nova/auth
parent381e5e5b0dbbb6fefdc8194fa103176f18760060 (diff)
parente6073532e5020203a8ec2247ca7ddd481c6ec517 (diff)
Merge "Separate metadata api into its own service"
Diffstat (limited to 'nova/auth')
-rw-r--r--nova/auth/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/auth/__init__.py b/nova/auth/__init__.py
index e2a140e83..e81c739da 100644
--- a/nova/auth/__init__.py
+++ b/nova/auth/__init__.py
@@ -23,6 +23,6 @@
:platform: Unix
:synopsis: User-and-Project based RBAC using LDAP, SAML.
.. moduleauthor:: Jesse Andrews <jesse@ansolabs.com>
-.. moduleauthor:: Vishvananda Ishaya <vishvananda@yahoo.com>
+.. moduleauthor:: Vishvananda Ishaya <vishvananda@gmail.com>
.. moduleauthor:: Joshua McKenty <joshua@cognition.ca>
"""