f882e39447
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
8 lines
260 B
YAML
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.
|