09bcacd25a
This change introduces a single parameter, MemcacheUseAdvancedPool, to enable usage of advanced connection pool in keystone middleware. This is useful to avoid bursting connection to memcached. Note that the default value of memcached_use_advanced_pool was changed from false to true during Xena cycle[1], so this parameter is no longer required in master. However the change in keystonemiddleware will never be backported. This change is created so that we can switch to advanced pool even in older releases. [1] https://review.opendev.org/c/openstack/keystonemiddleware/+/773939 Closes-Bug: #1931047 Change-Id: I2887249af44ccfdae1592dd9120d3366fa059876
8 lines
285 B
YAML
8 lines
285 B
YAML
---
|
|
features:
|
|
- |
|
|
The new ``MemcacheUseAdvancedPool`` parameter is added which enables usage
|
|
of advanced poll for memcached connections in keystone middleware. This
|
|
parameter is set to ``true`` by default to avoind bursting connections
|
|
in some services like neutron.
|