stacks/detail: stack has descriptions & template_description

Bug #1308244 reported by Vijendar Komalla
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Heat
Triaged
Low
Shashwat Srivastava

Bug Description

stacks/detail returns list of stacks with details.
In this list of stacks it was observed that each stack has identical 'description' and 'template_description'.
Is this intentional?

Tags: v2api
Changed in heat:
assignee: nobody → Vijendar Komalla (vijendar-komalla)
Revision history for this message
Zane Bitter (zaneb) wrote :

Unless they were all created from the same template, it doesn't sound intentional.

Revision history for this message
Angus Salkeld (asalkeld) wrote :

vagrant@devstack:~$ heat stack-show one
+----------------------+------------------------------------------------------------------------------------------------------------------+
| Property | Value |
+----------------------+------------------------------------------------------------------------------------------------------------------+
| capabilities | [] |
| creation_time | 2014-08-26T12:02:16Z |
| description | Template that just defines a single compute instance. |

...

| template_description | Template that just defines a single compute instance. |

I'd assume the original thought was to have a description for the stack (seperate from the template description), but the api does not seem to support that and we are still returning both.

https://github.com/openstack/heat/blob/master/heat/rpc/api.py#L36
https://github.com/openstack/heat/blob/master/heat/engine/api.py#L97-L98

We probably can't remove anyone of these without breaking the api.

Changed in heat:
importance: Undecided → Low
Zane Bitter (zaneb)
tags: added: v2api
Changed in heat:
status: New → Triaged
Revision history for this message
Shashwat Srivastava (shashwat-srivastava) wrote :

as no update assigning to myself.

Changed in heat:
assignee: Vijendar Komalla (vijendar-komalla) → Shashwat Srivastava (shashwat-srivastava)
Rico Lin (rico-lin)
Changed in heat:
milestone: none → no-priority-tag-bugs
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.