From 3bc41fd09912c8c5b7cf561e678ebeee44a4b31f Mon Sep 17 00:00:00 2001 From: Shilla Saebi Date: Mon, 25 Aug 2014 12:50:37 -0400 Subject: [PATCH] minor cleanup of section_basics-queue added a before suitable in 2 locations changed now to after are removed However for beginning of sentence Change-Id: If35fa9d14f5ecacbdc30e040429c58fcd65b5303 --- .../basic-install-guide/section_basics-queue.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/training-guides/basic-install-guide/section_basics-queue.xml b/doc/training-guides/basic-install-guide/section_basics-queue.xml index b787c93d..436fc928 100644 --- a/doc/training-guides/basic-install-guide/section_basics-queue.xml +++ b/doc/training-guides/basic-install-guide/section_basics-queue.xml @@ -11,7 +11,7 @@ service typically runs on the controller node. OpenStack supports several message brokers including RabbitMQ, Qpid, and ZeroMQ. - However, most distributions that package OpenStack support a particular + Most distributions that package OpenStack support a particular message broker. This guide covers the RabbitMQ message broker which is supported by each distribution. If you prefer to implement a different message broker, consult the documentation associated @@ -61,11 +61,11 @@ message broker. For production environments, you should create a unique account - with suitable password. For more information on securing the + with a suitable password. For more information on securing the message broker, see the documentation. - If you decide to create a unique account with suitable password + If you decide to create a unique account with a suitable password for your test environment, you must configure the rabbit_userid and rabbit_password keys in the configuration file @@ -73,6 +73,6 @@ - Congratulations, now you are ready to install OpenStack + Congratulations, you are now ready to install OpenStack services!