Remove an unused exception
e52a9372f7
added an exception which we
lost the need for in one of the iterations of
https://review.opendev.org/c/openstack/neutron/+/873593
Change-Id: I8f1cd2a1375f4c6551791e5cf2427230b687edb8
This commit is contained in:
@@ -27,7 +27,3 @@ class UnableToRemoveGateways(exceptions.NeutronException):
|
||||
class UnableToMatchGateways(exceptions.NeutronException):
|
||||
message = _("Unable to match a requested gateway port to"
|
||||
" existing gateway ports for router %(router_id)s")
|
||||
|
||||
|
||||
class UnableToAddExtraGatewayPort(exceptions.NeutronException):
|
||||
message = _("Unable to add an gateway port to a router %(router_id)s")
|
||||
|
Reference in New Issue
Block a user