]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Removing unused error response codes
authorSalvatore Orlando <salvatore.orlando@eu.citrix.com>
Wed, 17 Aug 2011 22:06:15 +0000 (23:06 +0100)
committerSalvatore Orlando <salvatore.orlando@eu.citrix.com>
Wed, 17 Aug 2011 22:06:15 +0000 (23:06 +0100)
quantum/api/faults.py

index 233f2373edf4ec355097b44b02ea6113f119ddd3..ef4d50bc6b27c59279257afb22927ebdb64bbe17 100644 (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"}