Removing unused error response codes

This commit is contained in:
Salvatore Orlando 2011-08-17 23:06:15 +01:00
parent 76a7a708d8
commit 8ec3041cb6

View File

@ -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"}