From 5fa4465ff54614ef2dcf5e5bb97e3e0e12194e5d Mon Sep 17 00:00:00 2001 From: Lin Tan Date: Fri, 25 Dec 2015 16:46:25 +0800 Subject: [PATCH] Correct a tiny issue in install-guide rabbit_host/rabbit_userid/rabbit_password/rabbit_virtual_host are no longer belong to default group. They are under oslo_messaging_rabbit group right now. Close-Bug: 1529202 Change-Id: Iff25c3daed35a8490abc7914a79eb3427d2803f5 --- doc/source/deploy/install-guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/deploy/install-guide.rst b/doc/source/deploy/install-guide.rst index e611b0d91f..ca667a9daa 100644 --- a/doc/source/deploy/install-guide.rst +++ b/doc/source/deploy/install-guide.rst @@ -182,7 +182,7 @@ so that the Bare Metal service is configured for your needs. setting one or more of these options. Replace RABBIT_HOST with the address of the RabbitMQ server.:: - [DEFAULT] + [oslo_messaging_rabbit] ... # The RabbitMQ broker address where a single node is used # (string value)