From f32ea96cd25f4ac5a2484dd44b17f598eba3c7dd Mon Sep 17 00:00:00 2001 From: confi-surya Date: Mon, 4 Feb 2019 14:59:38 +0530 Subject: [PATCH] Add zookeeper info to README README is always a first point of interaction for users/operators. So adding zookeeper info to it will help to understand its support in Kolla. Change-Id: I4829847b95575b6e83b3001e0d377ad1dd71ecfb --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 1b1238b51c..1cf1d3629c 100644 --- a/README.rst +++ b/README.rst @@ -111,6 +111,8 @@ Kolla-Ansible deploys containers for the following infrastructure components: - `RabbitMQ `__ as a messaging backend for communication between services. - `Redis `__ an in-memory data structure store. +- `Zookeeper `__ an open-source server which enables + highly reliable distributed coordination. Directories ===========