From d49724717b32ced339bc06df5666a787d412e738 Mon Sep 17 00:00:00 2001 From: Olena Logvinova Date: Tue, 7 Apr 2015 13:05:25 +0300 Subject: [PATCH] MOS RN 6.1 Keystone HA improvement This patch adds a description of Keystone caching system as an HA enhancement to the MOS 6.1 Release Notes. Change-Id: I15234494086a992587fb046020730741912a1aa2 --- pages/release-notes/v6-1/new-features/ha-improve.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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.