StackResourceBuildErrorException raised with incorrect parameters

Bug #1313616 reported by Masayuki Igawa
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tempest
Fix Released
Undecided
Masayuki Igawa

Bug Description

Traceback (most recent call last):
  File "tempest/test.py", line 126, in wrapper
    return f(self, *func_args, **func_kwargs)
  File "tempest/scenario/orchestration/test_server_cfn_init.py", line 134, in test_server_cfn_init
    self.check_stack()
  File "tempest/scenario/orchestration/test_server_cfn_init.py", line 95, in check_stack
    raise e
StackResourceBuildErrorException: Resource %(resource_name) in stack %(stack_identifier)s is in %(resource_status)s status due to '%(resource_status_reason)s'

This is caused by a lack of 's' at first parameter(resource_name).
We need to add the letter of 's' after it.

Revision history for this message
Masayuki Igawa (igawa) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/90683

Changed in tempest:
assignee: nobody → Masayuki Igawa (igawa)
Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : Fix merged to tempest (master)

Reviewed: https://review.openstack.org/90683
Committed: https://git.openstack.org/cgit/openstack/tempest/commit/?id=89ba568c9a44eb6ea7aa41ab73e74c52ae8ef2f8
Submitter: Jenkins
Branch: master

commit 89ba568c9a44eb6ea7aa41ab73e74c52ae8ef2f8
Author: Masayuki Igawa <email address hidden>
Date: Mon Apr 28 19:25:53 2014 +0900

    Add a lacking message format letter 's'

    This lacking leads an unhelpful error message.

    Change-Id: I435defc871c69423ed2800e1b304cc7b27792256
    Closes-Bug: #1313616

Changed in tempest:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.