summaryrefslogtreecommitdiff
path: root/nova/__init__.py
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/__init__.py
parent097d122609b70526423449f3f0259adaf6a32460 (diff)
downloadnova-e6073532e5020203a8ec2247ca7ddd481c6ec517.tar.gz
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/__init__.py')
-rw-r--r--nova/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/__init__.py b/nova/__init__.py
index 884c4a7130..f2e9684d30 100644
--- a/nova/__init__.py
+++ b/nova/__init__.py
@@ -25,7 +25,7 @@
:synopsis: Infrastructure-as-a-Service Cloud platform.
.. moduleauthor:: Jesse Andrews <jesse@ansolabs.com>
.. moduleauthor:: Devin Carlen <devin.carlen@gmail.com>
-.. moduleauthor:: Vishvananda Ishaya <vishvananda@yahoo.com>
+.. moduleauthor:: Vishvananda Ishaya <vishvananda@gmail.com>
.. moduleauthor:: Joshua McKenty <joshua@cognition.ca>
.. moduleauthor:: Manish Singh <yosh@gimp.org>
.. moduleauthor:: Andy Smith <andy@anarkystic.com>