summaryrefslogtreecommitdiffstats
path: root/nova/auth
diff options
context:
space:
mode:
authorVishvananda Ishaya <vishvananda@gmail.com>2011-11-05 14:10:17 -0700
committerVishvananda Ishaya <vishvananda@gmail.com>2011-11-15 13:27:58 -0800
commite6073532e5020203a8ec2247ca7ddd481c6ec517 (patch)
tree16c626eecc11b8d6cabb56d2cde0f1653c4af4d1 /nova/auth
parent097d122609b70526423449f3f0259adaf6a32460 (diff)
Separate metadata api into its own service
part 1 of blueprint separate-nova-metadata * adds api/metadata/ and moves code from ec2 * moves metadata into separate binary * changes metadata forward to use metadata host and port * moves the metadata accept rule to the metadata api * adds nova-api-* to setup.py Change-Id: I7f5d8e6cafc55b5c383cd88991f29c6059fb8d82
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>
"""