"heat action-suspend" returns list of all stacks, but it must returns stack suspend
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-heatclient |
New
|
Undecided
|
rajiv |
Bug Description
"heat action-suspend" returns list of all stacks, but it must returns stack suspend
[root@packstack ~(keystone_admin)]# heat list
WARNING (shell) DEPRECATED! Use stack-list instead.
+------
| id | stack_name | stack_status | creation_time |
+------
| 631ba443-
| e6abc6b5-
+------
[root@packstack ~(keystone_admin)]# heat action-suspend e6abc6b5-
+------
| id | stack_name | stack_status | creation_time |
+------
| 631ba443-
| e6abc6b5-
+------
version in my setup is,
[root@packstack ~(keystone_admin)]# heat-manage --version
2014.2.1
Changed in python-heatclient: | |
assignee: | nobody → rajiv (rajiv-kumar) |
If i fix bug for https:/ /bugs.launchpad .net/python- heatclient/ +bug/1432533 , it won't fix this reported bug. To make this bug being fixed by stack-create bug will make me to change stack-list method.
I thinks above change won't be a good idea. I think better idea is to use stack-show instead of stack-list for this bug. All the components of openstack also uses this approach.