From a44d0c259ecf6bfa49a39c93e9196c3ffc98ca22 Mon Sep 17 00:00:00 2001 From: jiansong Date: Sun, 13 Nov 2016 19:54:44 -0800 Subject: [PATCH] Use lowercase project name for doc Projectname according to the relevant provisions of the new document style should use lowercase[1],In view of the project is not independent of the official document, so I think the README will have the effect of separate documents, so I modified document style. [1]:http://docs.openstack.org/contributor-guide/writing-style/openstack-components.html Change-Id: Ic185e6b83d22bc66e90f84c696b1084afd3dd66e --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1abd18e..30ce8bb0 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Setup **What the trove module affects:** -* [Trove](http://docs.openstack.org/developer/trove/), the database service for OpenStack. +* [trove](http://docs.openstack.org/developer/trove/), the database service for OpenStack. ### Installing trove @@ -157,7 +157,7 @@ Limitations Security -------- -For security reasons, a separate in-cloud RabbitMQ cluster should be set up for Trove to use. The reason for this is that the guest agent needs to communicate with RabbitMQ, so it is not advisable to give instances access to the same RabbitMQ server that the core OpenStack services are using for communication. +For security reasons, a separate in-cloud RabbitMQ cluster should be set up for trove to use. The reason for this is that the guest agent needs to communicate with RabbitMQ, so it is not advisable to give instances access to the same RabbitMQ server that the core OpenStack services are using for communication. Please note that puppet-trove cannot check if this rule is being followed, so it is the deployer's responsibility to do it.