Comment 2 for bug 1308244

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.