diff --git a/tempest/exceptions.py b/tempest/exceptions.py index a8a6ff0730..a430d5d76e 100644 --- a/tempest/exceptions.py +++ b/tempest/exceptions.py @@ -52,9 +52,5 @@ class ServerUnreachable(exceptions.TempestException): "the configured network") -class RFCViolation(exceptions.RestClientException): - message = "RFC Violation" - - class InvalidServiceTag(exceptions.TempestException): message = "Invalid service tag"