From e6073532e5020203a8ec2247ca7ddd481c6ec517 Mon Sep 17 00:00:00 2001 From: Vishvananda Ishaya Date: Sat, 5 Nov 2011 14:10:17 -0700 Subject: 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 --- nova/auth/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nova/auth') 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 -.. moduleauthor:: Vishvananda Ishaya +.. moduleauthor:: Vishvananda Ishaya .. moduleauthor:: Joshua McKenty """ -- cgit