From ceb8d1c2acb0c01ce29b96aa33a33c4e0171c753 Mon Sep 17 00:00:00 2001 From: chenxing Date: Wed, 29 Nov 2017 11:26:06 +0000 Subject: [PATCH] Add note about checking if all the hostnames are resolvable Change-Id: I6c353a02a86cd76b2a2e7bd67801a95dd2b04d4f Closes-Bug: #1559809 --- doc/source/user/multinode.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/source/user/multinode.rst b/doc/source/user/multinode.rst index 5f0acda05a..f051b5e87c 100644 --- a/doc/source/user/multinode.rst +++ b/doc/source/user/multinode.rst @@ -207,6 +207,12 @@ to them: kolla-ansible prechecks -i +.. note:: + + RabbitMQ doesn’t work with IP addresses, hence the IP address of + ``api_interface`` should be resolvable by hostnames to make sure that all + RabbitMQ Cluster hosts can resolve each others hostnames beforehand. + Run the deployment: ::