cfff39ce68
Ensure that attributes that are referenced in outputs get cached (and therefore stored in the database) even when they are not referenced by other resources. Change-Id: I667ab04f91edddef5c5dbec0a89d465110c312b4 Closes-Bug: #1660831
11 lines
576 B
YAML
11 lines
576 B
YAML
---
|
|
features:
|
|
- Resource attributes are now stored at the time a resource is created or
|
|
updated, allowing for fast resolution of outputs without having to retrieve
|
|
live data from the underlying physical resource. To minimise compatibility
|
|
problems, the behaviour of the `show` attribute, the `with_attr` option to
|
|
the resource show API, and stacks that do not yet use the convergence
|
|
architecture (due to the convergence_engine being disabled at the time they
|
|
were created) is unchanged - in each of these cases live data will still be
|
|
returned.
|