keystone.cmd.doctor.caching 模块

keystone.cmd.doctor.caching.symptom_caching_disabled()[source]

keystone.conf [cache] enabled 未启用。

缓存可以大大提高 keystone 的性能,强烈建议您启用它。

keystone.cmd.doctor.caching.symptom_caching_enabled_without_a_backend()[source]

缓存未完全配置。

虽然在 keystone.conf [cache] enabled 中启用了缓存,但默认后端仍然设置为 no-op 后端。请将 keystone 配置为指向真实的缓存后端,例如 memcached。

keystone.cmd.doctor.caching.symptom_connection_to_memcached()[source]

无法访问 Memcached。

已启用缓存,并且配置了 keystone.conf [cache] backend 选项,但一个或多个 Memcached 服务器无法访问或被标记为已死亡。请确保正确配置了 keystone.conf [cache] memcache_servers