Xena Series Release Notes¶
9.3.0¶
Upgrade Notes¶
- [bug 1892852] [bug 1888394] [bug 1883659] Keystonemiddleware now using eventlet-safe implementation of - MemcacheClientPoolfrom oslo.cache’s library by default. The- keystonemiddlewareimplementation is now deprecated. For backwards compatibility, the- [keystone_authtoken] memcache_use_advanced_pooloption can be set to- Falseconfig files of the various services (e.g. nova, glance, …) when Memcached is used for token cache.
Deprecation Notes¶
- We no longer recommend using the eventlet unsafe keystonemiddleware’s memcacheclientpool. This implementation may result in growing connections to Memcached. - It is recommended that the - memcache_use_advanced_pooloption is set to- Truein the- keystone_authtokenconfiguration section of the various services (e.g. nova, glance, …) when Memcached is used for token cache.
