diff --git a/pages/release-notes/v6-1/new-features/ha-improve.rst b/pages/release-notes/v6-1/new-features/ha-improve.rst index 6f6b0b721..0c617c9fc 100644 --- a/pages/release-notes/v6-1/new-features/ha-improve.rst +++ b/pages/release-notes/v6-1/new-features/ha-improve.rst @@ -19,5 +19,7 @@ the stability and scalability of the deployed environment: * the OSTF HA stack is improved: replication and message queue is checked in HA AMQP cluster. See `OSTF RabbitMQ replication `_ for more details. - - +* The caching system is improved in Keystone: a new memcache_pool + backend allows reusing open memcache connections and resolves issues + related to the usage of ``threading.local`` objects in the eventlet + environment.