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
This commit is contained in:
Olena Logvinova
2015-04-07 13:05:25 +03:00
committed by Maria Zlatkova
parent c83f97ee96
commit d49724717b

View File

@@ -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 <https://blueprints.launchpad.net/fuel/+spec/ostf-rabbit-replication-tests>`_ 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.