puppet-heat/releasenotes/notes/manage-backend-param-a8455322276f2200.yaml
ZhongShengping 08c50705db Add manage_backend_package parameter
Adds the manage_backend_package parameter that is sent to the
oslo::cache class that determines if we should install the backend
python library for caching.

The default value is not changed and defaults to true same as the
oslo::cache class does.

Change-Id: I44a475711f18b3175ab6e54fa1a83bcd6718a139
Closes-Bug: #1800774
2018-11-01 09:07:35 +08:00

8 lines
263 B
YAML

---
features:
- |
Added new parameter heat::cache::manage_backend_package that is sent to the
oslo::cache class which determines if the backend cache python library
should be installed or not. Defaults to true same as oslo::cache default
value.