Merge "Remove unused code in nova/api/ec2/__init__.py"

This commit is contained in:
Jenkins 2014-01-08 05:46:26 +00:00 committed by Gerrit Code Review
commit a3d292fd2e

View File

@ -543,7 +543,6 @@ class Executor(wsgi.Application):
def __call__(self, req):
context = req.environ['nova.context']
api_request = req.environ['ec2.request']
result = None
try:
result = api_request.invoke(context)
except exception.InstanceNotFound as ex: