keystonemiddleware 9.3.0 (xena)
We are pleased to announce the release of: keystonemiddleware 9.3.0: Middleware for OpenStack Identity This release is part of the xena release series. The source is available from: https://opendev.org/openstack/keystonemiddleware Download the package from: https://pypi.org/project/keystonemiddleware Please report issues through: https://bugs.launchpad.net/keystonemiddleware/+bugs For more details, please see below. 9.3.0 ^^^^^ Upgrade Notes ************* * [bug 1892852 (https://bugs.launchpad.net/keystonemiddleware/+bug/1892852)] [bug 1888394 (https://bugs.launchpad.net/oslo.cache/+bug/1888394)] [bug 1883659 (https://bugs.launchpad.net/keystonemiddleware/+bug/1883659)] Keystonemiddleware now using eventlet-safe implementation of "MemcacheClientPool" from oslo.cache's library by default. The "keystonemiddleware" implementation is now deprecated. For backwards compatibility, the "[keystone_authtoken] memcache_use_advanced_pool" option can be set to "False" config 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_pool" option is set to "True" in the "keystone_authtoken" configuration section of the various services (e.g. nova, glance, ...) when memcached is used for token cache. Changes in keystonemiddleware 9.2.0..9.3.0 ------------------------------------------ 90df936 Imported Translations from Zanata 788d3c4 Switch to eventlet-safe oslo.cache's MemcacheClientPool 0a2309d Updating lower-constraints job as non voting Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 5 ++++- keystonemiddleware/auth_token/_cache.py | 9 ++++++++- keystonemiddleware/auth_token/_opts.py | 5 ++--- ...unsafe-memcacheclientpool-f8b4a6733513d73e.yaml | 22 ++++++++++++++++++++++ .../locale/en_GB/LC_MESSAGES/releasenotes.po | 7 +++++-- 5 files changed, 41 insertions(+), 7 deletions(-)
participants (1)
-
no-reply@openstack.org