diff --git a/tempest/lib/exceptions.py b/tempest/lib/exceptions.py index 9b2e87e764..13af890510 100644 --- a/tempest/lib/exceptions.py +++ b/tempest/lib/exceptions.py @@ -96,7 +96,7 @@ class NotFound(ClientRestClientException): class Conflict(ClientRestClientException): status_code = 409 - message = "An object with that identifier already exists" + message = "Conflict with state of target resource" class Gone(ClientRestClientException):