Merge "Change parent for the VlanTransparencyDriverError"

This commit is contained in:
Zuul
2024-12-16 14:07:13 +00:00
committed by Gerrit Code Review

View File

@@ -16,6 +16,6 @@ from neutron_lib._i18n import _
from neutron_lib import exceptions
class VlanTransparencyDriverError(exceptions.NeutronException):
class VlanTransparencyDriverError(exceptions.BadRequest):
"""Vlan Transparency not supported by all mechanism drivers."""
message = _("Backend does not support VLAN Transparency.")