Update doctor warning about caching

`keystone-manage doctor` produces a message when caching is not enabled:

  WARNING: `keystone.conf [caching] enabled` is not enabled.

In fact the config section is called [cache]. This commit fixes the
message to point to correct [cache] enabled option.

Change-Id: Iafe29eecf50cc4554a274a86711e8db8ab375247
Closes-Bug: 1693782
This commit is contained in:
Michał Dulko 2017-05-26 14:09:06 +02:00
parent e415fdcaad
commit 17e6b85783
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ CONF = keystone.conf.CONF
def symptom_caching_disabled():
"""`keystone.conf [caching] enabled` is not enabled.
"""`keystone.conf [cache] enabled` is not enabled.
Caching greatly improves the performance of keystone, and it is highly
recommended that you enable it.