keystone/releasenotes/notes/cache_on_issue_default_on-8b39f3f73359c778.yaml
Matt Fischer 7765130bd6 cache_on_issue default to true
If caching is globally enabled and enabled for tokens then we should
default to have cache_on_issue default to True as well. This commit also
adds one clarifying sentence to the config file comments since this
value has no effect unless caching is globally enabled and enabled in
the [token] section.

Closes-Bug: #1641816

Change-Id: I2797964ef0bb5641d8c1a208e1b5dcf567c1437f
2016-11-28 20:47:36 +00:00

7 lines
241 B
YAML

---
features:
- The ``[token] cache_on_issue`` option is now enabled
by default. This option has no effect unless global
caching and token caching are enabled. This matches
the other cache settings (such as token, catalog etc)