From 02d60c438920180042c81410c9e1fdb7e34b6679 Mon Sep 17 00:00:00 2001 From: Masayuki Igawa Date: Mon, 28 Apr 2014 19:25:53 +0900 Subject: [PATCH] Add a lacking message format letter 's' This lacking leads an unhelpful error message. Change-Id: I435defc871c69423ed2800e1b304cc7b27792256 Closes-Bug: #1313616 --- tempest/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tempest/exceptions.py b/tempest/exceptions.py index 857e1e8..0e489d9 100644 --- a/tempest/exceptions.py +++ b/tempest/exceptions.py @@ -118,7 +118,7 @@ class StackBuildErrorException(TempestException): class StackResourceBuildErrorException(TempestException): - message = ("Resource %(resource_name) in stack %(stack_identifier)s is " + message = ("Resource %(resource_name)s in stack %(stack_identifier)s is " "in %(resource_status)s status due to " "'%(resource_status_reason)s'")