From: Salvatore Orlando Date: Wed, 17 Aug 2011 22:06:15 +0000 (+0100) Subject: Removing unused error response codes X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=8ec3041cb6e29e13dcc3f1166e59f60dd71e8aac;p=openstack-build%2Fneutron-build.git Removing unused error response codes --- diff --git a/quantum/api/faults.py b/quantum/api/faults.py index 233f2373e..ef4d50bc6 100644 --- a/quantum/api/faults.py +++ b/quantum/api/faults.py @@ -31,11 +31,9 @@ class Fault(webob.exc.HTTPException): 401: "unauthorized", 420: "networkNotFound", 421: "networkInUse", - 422: "networkNameExists", 430: "portNotFound", 431: "requestedStateInvalid", 432: "portInUse", - 433: "portIsDown", 440: "alreadyAttached", 470: "serviceUnavailable", 471: "pluginFault"}