Add InvalidCredentials to tempest-lib

This exception is used in tempest-lib and should have been
migrated as part of auth.py. Adding it now.

Change-Id: I4eea69260a7492e5d1a2ab3a7418b7d8bbea81db
This commit is contained in:
Andrea Frittoli (andreaf)
2015-03-22 15:51:04 +00:00
parent 5e02b8b6e4
commit 426d031f4c

View File

@@ -151,3 +151,7 @@ class IdentityError(TempestException):
class EndpointNotFound(TempestException):
message = "Endpoint not found"
class InvalidCredentials(TempestException):
message = "Invalid Credentials"