diff options
author | Michael Gundlach <michael.gundlach@rackspace.com> | 2010-09-21 19:13:05 +0000 |
---|---|---|
committer | Tarmac <> | 2010-09-21 19:13:05 +0000 |
commit | d6104d8302057d45fa150079b5911f941cc311ce (patch) | |
tree | 61394bf79f7790d6e62af3f9883ac3b2ddbc7f6a /nova/wsgi.py | |
parent | ce0a9b7b36ba816c347f10a1804aedf337ad35da (diff) | |
parent | b82a9e3d3ca46e69a1583dea51a474456b867e6f (diff) | |
download | nova-d6104d8302057d45fa150079b5911f941cc311ce.tar.gz nova-d6104d8302057d45fa150079b5911f941cc311ce.tar.xz nova-d6104d8302057d45fa150079b5911f941cc311ce.zip |
Delete nova.endpoint module, which used Tornado to serve up the Amazon EC2 API.
Replace it with nova.api.ec2 module, which serves up the same API via a WSGI app in Eventlet.
Convert relevant unit tests from Twisted to eventlet.
The unit tests now pass using eventlet 0.9.12 -- you'll need to 'pip install -U eventlet' or rebuild your venv.
Note that I tried to do this in discrete commits, so you may find it easier to look at each small diff than to try to grok the whole merge diff.
Diffstat (limited to 'nova/wsgi.py')
0 files changed, 0 insertions, 0 deletions