08c50705db
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
8 lines
263 B
YAML
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.
|