From 24f1ae8758d3a5f7c65fae4c4088636f0697f607 Mon Sep 17 00:00:00 2001
From: zhulingjie <easyzlj@gmail.com>
Date: Sun, 10 Jun 2018 03:32:54 -0400
Subject: [PATCH] Fix the MongoDB description

Now, the MongoDB is just used as Panko backend[0]

[0]: https://github.com/openstack/kolla-ansible/blob/master/ansible/group_vars/all.yml#L630

Change-Id: I8cfd4d66bf27ce754e3fef610d613e7e42740952
---
 README.rst | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.rst b/README.rst
index 7e1441f02..cd002966d 100644
--- a/README.rst
+++ b/README.rst
@@ -105,8 +105,7 @@ Kolla-Ansible deploys containers for the following infrastructure components:
 - `MariaDB and Galera Cluster <https://mariadb.com/kb/en/mariadb/galera-cluster/>`__
   for highly available MySQL databases.
 - `Memcached <https://memcached.org/>`__ a distributed memory object caching system.
-- `MongoDB <https://www.mongodb.org/>`__ as a database backend for Ceilometer
-  and Gnocchi.
+- `MongoDB <https://www.mongodb.org/>`__ as a database back end for Panko.
 - `Open vSwitch <http://openvswitch.org/>`__ and Linuxbridge backends for Neutron.
 - `RabbitMQ <https://www.rabbitmq.com/>`__ as a messaging backend for
   communication between services.
-- 
GitLab