puppet-nova/releasenotes/notes/manage-backend-param-b29e0be3dd8e14c3.yaml
ZhongShengping 6577331930 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: Ifbcdbffb6c8c257f00417d10097dff4f56da6a82
Closes-Bug: #1800774
2018-11-01 09:08:39 +08:00

8 lines
263 B
YAML

---
features:
- |
Added new parameter nova::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.