"heat stack-create" command returns list of all the stacks
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-heatclient |
In Progress
|
Medium
|
rajiv |
Bug Description
when a stack is created then it returns list of all the stacks, For example
# heat stack-create -f /home/centos/
+------
| id | stack_name | stack_status | creation_time |
+------
| 631ba443-
| e6abc6b5-
+------
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
Changed in python-heatclient: | |
assignee: | nobody → rajiv (rajiv-kumar) |
description: | updated |
I would like the above output format to remain the same (the stack-list format) but it should only display the details of the stack which was operated on.
This bug can be used to track doing this change to all stack operation commands which return a stack-list response.