keystone.cmd.doctor.caching module¶
-
keystone.cmd.doctor.caching.
symptom_caching_disabled
()[source]¶ keystone.conf [cache] enabled is not enabled.
Caching greatly improves the performance of keystone, and it is highly recommended that you enable it.
-
keystone.cmd.doctor.caching.
symptom_caching_enabled_without_a_backend
()[source]¶ Caching is not completely configured.
Although caching is enabled in keystone.conf [cache] enabled, the default backend is still set to the no-op backend. Instead, configure keystone to point to a real caching backend like memcached.