"heat stack-delete" command returns all the stacks information but only deleted stack information must be displayed
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-heatclient |
New
|
Undecided
|
rajiv |
Bug Description
"heat stack-delete" command returns all the stacks information but only deleted stack information must be displayed
[root@packstack centos(
+------
| id | stack_name | stack_status | creation_time |
+------
| 631ba443-
| c43fff88-
+------
[root@packstack centos(
+------
| id | stack_name | stack_status | creation_time |
+------
| 631ba443-
| c43fff88-
+------
In this case only second row or information about the deleted volume must be displayed
[root@packstack centos(
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.