Activity log for bug #1297230

Date Who What changed Old value New value Message
2014-03-25 11:32:39 Ladislav Smola bug added bug
2014-03-25 11:32:58 Ladislav Smola description https://github.com/openstack/heat/blob/master/heat/engine/resources/wait_condition.py#L139 reasons = handle.get_status_reason(STATUS_SUCCESS) vals = {'len': len(reasons), len(reasons) actually gets len of string so reasons should be obtained like handle.get_status() like it is done for checking the condition https://github.com/openstack/heat/blob/master/heat/engine/resources/wait_condition.py#L229 https://github.com/openstack/heat/blob/master/heat/engine/resources/wait_condition.py#L139 reasons = handle.get_status_reason(STATUS_SUCCESS) vals = {'len': len(reasons), len(reasons) actually gets len of string so reasons should be obtained like handle.get_status() like it is done for checking the condition at: https://github.com/openstack/heat/blob/master/heat/engine/resources/wait_condition.py#L229
2014-03-25 11:46:56 Ladislav Smola description https://github.com/openstack/heat/blob/master/heat/engine/resources/wait_condition.py#L139 reasons = handle.get_status_reason(STATUS_SUCCESS) vals = {'len': len(reasons), len(reasons) actually gets len of string so reasons should be obtained like handle.get_status() like it is done for checking the condition at: https://github.com/openstack/heat/blob/master/heat/engine/resources/wait_condition.py#L229 https://github.com/openstack/heat/blob/master/heat/engine/resources/wait_condition.py#L139 reasons = handle.get_status_reason(STATUS_SUCCESS) vals = {'len': len(reasons), len(reasons) actually gets len of string, so the message below is wrong: message = (_('%(len)d of %(count)d received - %(reasons)s') % vals) so reasons should be obtained like handle.get_status() like it is done for checking the condition at: https://github.com/openstack/heat/blob/master/heat/engine/resources/wait_condition.py#L229
2014-04-14 11:12:31 Dimitri Mazmanov heat: assignee Dimitri Mazmanov (sorantis)
2014-04-14 12:53:17 Dimitri Mazmanov heat: status New Fix Committed
2014-04-14 13:07:12 Sergey Kraynev heat: status Fix Committed Incomplete
2014-04-14 13:07:17 Sergey Kraynev heat: status Incomplete In Progress
2014-04-21 20:07:33 Openstack Gerrit heat: status In Progress Fix Committed
2014-06-11 18:47:11 Thierry Carrez heat: status Fix Committed Fix Released
2014-06-11 18:47:11 Thierry Carrez heat: milestone juno-1
2014-06-26 23:09:54 Steve Baker tags icehouse-backport-potential
2014-10-16 09:45:34 Thierry Carrez heat: milestone juno-1 2014.2