Activity log for bug #1432533

Date Who What changed Old value New value Message
2015-03-16 09:15:12 rajiv bug added bug
2015-03-16 09:15:18 rajiv python-heatclient: assignee rajiv (rajiv-kumar)
2015-03-17 02:42:51 Steve Baker python-heatclient: status New Triaged
2015-03-17 02:42:53 Steve Baker python-heatclient: importance Undecided Medium
2015-03-17 02:43:22 Steve Baker description when a stack is created then it returns list of all the stacks, For example # heat stack-create -f /home/centos/simpleHeatTemplate.template test +--------------------------------------+-------------+--------------------+----------------------+ | id | stack_name | stack_status | creation_time | +--------------------------------------+-------------+--------------------+----------------------+ | 631ba443-eb88-4c56-852d-17e664e21212 | thenakliman | CREATE_COMPLETE | 2015-03-12T11:36:11Z | | e6abc6b5-27a1-4136-a03e-dd4b5ca2af4e | test | CREATE_IN_PROGRESS | 2015-03-13T03:23:54Z | +--------------------------------------+-------------+--------------------+----------------------+ heat-manage --version gives # heat-manage --version 2014.2.1 I think, output from this command must be the stack created. when a stack is created then it returns list of all the stacks, For example # heat stack-create -f /home/centos/simpleHeatTemplate.template test +--------------------------------------+-------------+--------------------+----------------------+ | id | stack_name | stack_status | creation_time | +--------------------------------------+-------------+--------------------+----------------------+ | 631ba443-eb88-4c56-852d-17e664e21212 | thenakliman | CREATE_COMPLETE | 2015-03-12T11:36:11Z | | e6abc6b5-27a1-4136-a03e-dd4b5ca2af4e | test | CREATE_IN_PROGRESS | 2015-03-13T03:23:54Z | +--------------------------------------+-------------+--------------------+----------------------+ I think, output from this command must be the stack created.
2015-03-18 22:54:11 Steve Baker description when a stack is created then it returns list of all the stacks, For example # heat stack-create -f /home/centos/simpleHeatTemplate.template test +--------------------------------------+-------------+--------------------+----------------------+ | id | stack_name | stack_status | creation_time | +--------------------------------------+-------------+--------------------+----------------------+ | 631ba443-eb88-4c56-852d-17e664e21212 | thenakliman | CREATE_COMPLETE | 2015-03-12T11:36:11Z | | e6abc6b5-27a1-4136-a03e-dd4b5ca2af4e | test | CREATE_IN_PROGRESS | 2015-03-13T03:23:54Z | +--------------------------------------+-------------+--------------------+----------------------+ I think, output from this command must be the stack created. when a stack is created then it returns list of all the stacks, For example # heat stack-create -f /home/centos/simpleHeatTemplate.template test +--------------------------------------+-------------+--------------------+----------------------+ | id | stack_name | stack_status | creation_time | +--------------------------------------+-------------+--------------------+----------------------+ | 631ba443-eb88-4c56-852d-17e664e21212 | thenakliman | CREATE_COMPLETE | 2015-03-12T11:36:11Z | | e6abc6b5-27a1-4136-a03e-dd4b5ca2af4e | test | CREATE_IN_PROGRESS | 2015-03-13T03:23:54Z | +--------------------------------------+-------------+--------------------+----------------------+ I think, output from this command must be the stack created. This bug can also be used to make the same change to the following commands - action-suspend - action-resume - stack-adopt - stack-update - stack-delete
2015-03-23 04:41:26 OpenStack Infra python-heatclient: status Triaged In Progress