deb-heat/releasenotes/notes/map-replace-function-26bf247c620f64bf.yaml
Steven Hardy ab57f5478a Add reno for map_replace and fix docs nit
I missed adding the reno in https://review.openstack.org/#/c/343731/
and there was a minor docs nit mentiond also.

Change-Id: Ib78ca19b96a239c0a06758c259e2e74e10ed26e5
2016-07-20 08:46:36 +01:00

8 lines
270 B
YAML

---
features:
- Add ``map_replace`` function, that takes 2 arguments
an input map and a map containing a ``keys`` and/or
``values`` map. key/value substitutions on the input
map are performed based on the mappings passed in
``keys`` and ``values``.