diff options
author | Masayuki Igawa <igawa@mxs.nes.nec.co.jp> | 2014-04-28 19:25:53 +0900 |
---|---|---|
committer | Masayuki Igawa <igawa@mxs.nes.nec.co.jp> | 2014-04-28 19:25:53 +0900 |
commit | 89ba568c9a44eb6ea7aa41ab73e74c52ae8ef2f8 (patch) | |
tree | 0fdba46ca0a2cdcda33d0428f708e1709f391d8b /tempest/exceptions.py | |
parent | b0d7f61a8cc693023fca44be9dc9b227dcf49995 (diff) | |
download | tempest-89ba568c9a44eb6ea7aa41ab73e74c52ae8ef2f8.tar.gz |
Add a lacking message format letter 's'
This lacking leads an unhelpful error message.
Change-Id: I435defc871c69423ed2800e1b304cc7b27792256
Closes-Bug: #1313616
Diffstat (limited to 'tempest/exceptions.py')
-rw-r--r-- | tempest/exceptions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tempest/exceptions.py b/tempest/exceptions.py index 857e1e89f..0e489d97d 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'") |