puppet-keystone/releasenotes/notes/manage-backend-param-490db3b5bce0b3ea.yaml
Tobias Urdin f882e39447 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: I8a99eee7622e25847c2d729fa97d0500fe27d8f4
2018-10-17 13:29:30 +02:00

8 lines
260 B
YAML

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