diff options
| author | Michael Gundlach <michael.gundlach@rackspace.com> | 2010-08-31 12:33:49 -0400 |
|---|---|---|
| committer | Michael Gundlach <michael.gundlach@rackspace.com> | 2010-08-31 12:33:49 -0400 |
| commit | 4f3bb96df8a7e48735c078520e77a47dca7a2bd1 (patch) | |
| tree | 0018f2ea91485b92c14a5c7540efa1a39605a5fc /nova/endpoint | |
| parent | ab43c28e583116c4885b19afc6448192aae10096 (diff) | |
| download | nova-4f3bb96df8a7e48735c078520e77a47dca7a2bd1.tar.gz nova-4f3bb96df8a7e48735c078520e77a47dca7a2bd1.tar.xz nova-4f3bb96df8a7e48735c078520e77a47dca7a2bd1.zip | |
Remove inlineCallbacks and yield from cloud.py, as eventlet doesn't need it
Diffstat (limited to 'nova/endpoint')
| -rw-r--r-- | nova/endpoint/notes.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/nova/endpoint/notes.txt b/nova/endpoint/notes.txt index 7a85cdc93..cbb7b0cd0 100644 --- a/nova/endpoint/notes.txt +++ b/nova/endpoint/notes.txt @@ -43,20 +43,20 @@ CloudController and AdminController: * Controllers: move the @rbac.allow data into an auth WSGI that is right above the call to the controller - verify @defer.inlineCallbacks is just to allow the yield statements, then - remove the yield statements (untangle from twisted) +x verify @defer.inlineCallbacks is just to allow the yield statements, then +x remove the yield statements (untangle from twisted) * nova-api: verify that cloud_topic is going away which I seem to remember, so we can ignore rpc * apiserverapplication: - replace with a Router to a wsgi.Controller - apirequesthandler stuff is just an entry in api.APIRouter +x replace with a Router to a wsgi.Controller +x apirequesthandler stuff is just an entry in api.APIRouter * apirequesthandler - wsgi.Controller pointed to by api.APIRouter - - basically it's execute() from old APIRequestHandler - change to return data directly instead of _write_callback() and finish() +x wsgi.Controller pointed to by api.APIRouter +x - basically it's execute() from old APIRequestHandler +x change to return data directly instead of _write_callback() and finish() * apirequest - doesn't need to change +x doesn't need to change |
