"heat action-check" command returns all the stack information but information must be provided of stack whose id has been provided in command

Bug #1432540 reported by rajiv
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-heatclient
New
Undecided
rajiv

Bug Description

"heat action-check" command returns all the stacks information but information must be provided of the specified stack

[root@packstack ~(keystone_admin)]# heat stack-list
+--------------------------------------+-------------+-----------------+----------------------+
| 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 | RESUME_COMPLETE | 2015-03-13T03:23:54Z |
+--------------------------------------+-------------+-----------------+----------------------+
[root@packstack ~(keystone_admin)]# heat action-check e6abc6b5-27a1-4136-a03e-dd4b5ca2af4e
+--------------------------------------+-------------+-------------------+----------------------+
| 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 | CHECK_IN_PROGRESS | 2015-03-13T03:23:54Z |
+--------------------------------------+-------------+-------------------+----------------------+

version in my set up is

[root@packstack ~(keystone_admin)]# heat-manage --version
2014.2.1

rajiv (rajiv-kumar)
Changed in python-heatclient:
assignee: nobody → rajiv (rajiv-kumar)
Revision history for this message
rajiv (rajiv-kumar) wrote :

I went through the code of heatclient and i found, even if i fix https://bugs.launchpad.net/bugs/1432533 bug, it won't fix this bug. I agree that both the bugs need similar kind of changes.

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.