Updated openstack/openstack

Project: openstack/heat  91c84add6c8fb9a50868234a4e02fd2258c434aa

Always return live resource attributes in list_stack_resources

Currently, we do live resolution of attribute values when in
list_stack_resources with detail enabled. However, in future we will cache
in the database those values that are referenced elsewhere in the template.
Since it's unlikely that every attribute would be referenced in the
template, this could lead to the API returning an inconsistent mix of live
and cached data.

Caching all of the attribute values on the off chance that someone might
request them through this obscure API would be expensive, and there are
also users that need to be able to access live resource attributes via
Heat. Therefore, always return live data for the resource attributes in
this API.

Change-Id: Ifea71b30299076d14d9bb91f3bce4dd7fc4c88a1
Related-Bug: #1660831
This commit is contained in:
Jenkins 2017-06-12 06:06:22 +00:00 committed by Gerrit Code Review
parent cea310d955
commit 38bfc0cd51
1 changed files with 1 additions and 1 deletions

2
heat

@ -1 +1 @@
Subproject commit a289f55cf2805ede2d50861a6a508645f7f749a3
Subproject commit 91c84add6c8fb9a50868234a4e02fd2258c434aa