diff options
| author | Justin Santa Barbara <justin@fathomdb.com> | 2010-07-22 11:49:13 -0700 |
|---|---|---|
| committer | Justin Santa Barbara <justin@fathomdb.com> | 2010-07-22 11:49:13 -0700 |
| commit | f6ae05f993016f45af2c19718a6e84e50e4a775e (patch) | |
| tree | b2d479823e2972671d24d56319a84c338c1b2f33 | |
| parent | 8b0c70cce2dd914f1ab4caca8883d616c7c669d6 (diff) | |
Nobody wants to take on this twisted cleanup. It works for now, but could be much nicer if twisted has a nice hook-point for exception mapping
| -rw-r--r-- | nova/objectstore/handler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/objectstore/handler.py b/nova/objectstore/handler.py index c3c4486bf..098e7a167 100644 --- a/nova/objectstore/handler.py +++ b/nova/objectstore/handler.py @@ -118,7 +118,7 @@ def get_context(request): class ErrorHandlingResource(Resource): """Maps exceptions to 404 / 401 codes. Won't work for exceptions thrown after NOT_DONE_YET is returned.""" - # TODO: This needs to be plugged in to the right place in twisted... + # TODO(unassigned) (calling-all-twisted-experts): This needs to be plugged in to the right place in twisted... # This doesn't look like it's the right place (consider exceptions in getChild; or after NOT_DONE_YET is returned def render(self, request): try: |
