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:
Dmitrii Shcherbakov
2023-05-04 18:35:43 +03:00
parent 96c11047fb
commit 010c790a0e

View File

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