diff options
| author | Vishvananda Ishaya <vishvananda@gmail.com> | 2011-11-05 14:10:17 -0700 |
|---|---|---|
| committer | Vishvananda Ishaya <vishvananda@gmail.com> | 2011-11-15 13:27:58 -0800 |
| commit | e6073532e5020203a8ec2247ca7ddd481c6ec517 (patch) | |
| tree | 16c626eecc11b8d6cabb56d2cde0f1653c4af4d1 /nova/cloudpipe | |
| parent | 097d122609b70526423449f3f0259adaf6a32460 (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/cloudpipe')
| -rw-r--r-- | nova/cloudpipe/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/cloudpipe/__init__.py b/nova/cloudpipe/__init__.py index cfadc30e9..3d683a0e2 100644 --- a/nova/cloudpipe/__init__.py +++ b/nova/cloudpipe/__init__.py @@ -24,6 +24,6 @@ :platform: Unix :synopsis: An OpenVPN server for every nova user. .. moduleauthor:: Devin Carlen <devin.carlen@gmail.com> -.. moduleauthor:: Vishvananda Ishaya <vishvananda@yahoo.com> +.. moduleauthor:: Vishvananda Ishaya <vishvananda@gmail.com> .. moduleauthor:: Joshua McKenty <jmckenty@gmail.com> """ |
