Fix missing value types for log message

This commit fix the missing value type in log message of exception.

Change-Id: Ib052964e49ded2eb427d5b448241e25cbd066906
Closes-Bug: #1494574
This commit is contained in:
ghanshyam 2015-09-11 18:51:02 +09:00
parent 188e37d5a4
commit 367c693524
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ class InvalidServiceTag(TempestException):
class InvalidIdentityVersion(TempestException):
message = "Invalid version %(identity_version) of the identity service"
message = "Invalid version %(identity_version)s of the identity service"
class TimeoutException(TempestException):