Fix typo about message of exception

Add missing 's' in exception

Change-Id: Iac87294ab5847bf70e817df81e6f8ce89471305a
This commit is contained in:
guo yunxian 2016-07-22 12:27:22 +08:00
parent 6bf195e555
commit 99debda8e9
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ class ServerUnreachable(exceptions.TempestException):
# of get_network_from_name and preprov_creds to tempest.lib, and it should
# be migrated along with them
class InvalidTestResource(exceptions.TempestException):
message = "%(name) is not a valid %(type), or the name is ambiguous"
message = "%(name)s is not a valid %(type)s, or the name is ambiguous"
class RFCViolation(exceptions.RestClientException):