From 8ec3041cb6e29e13dcc3f1166e59f60dd71e8aac Mon Sep 17 00:00:00 2001 From: Salvatore Orlando Date: Wed, 17 Aug 2011 23:06:15 +0100 Subject: [PATCH] Removing unused error response codes --- quantum/api/faults.py | 2 -- 1 file changed, 2 deletions(-) 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"} -- 2.45.2