diff options
| author | Jenkins <jenkins@review.openstack.org> | 2011-11-16 23:35:08 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2011-11-16 23:35:08 +0000 |
| commit | 36dcc2d9230f8104f0defc8fa27ee8f6c2f2eeaf (patch) | |
| tree | b6fb06617cbcfbf985b7186a4e430b5f6cd75500 /nova/auth | |
| parent | 381e5e5b0dbbb6fefdc8194fa103176f18760060 (diff) | |
| parent | e6073532e5020203a8ec2247ca7ddd481c6ec517 (diff) | |
Merge "Separate metadata api into its own service"
Diffstat (limited to 'nova/auth')
| -rw-r--r-- | nova/auth/__init__.py | 2 |
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> """ |
