From 451fce908836e744400e4dd5821b2bff665209b1 Mon Sep 17 00:00:00 2001 From: Surya Prakash Singh Date: Tue, 10 Jan 2017 13:47:16 +0530 Subject: [PATCH] Docs update related to hostname resolution in RabbitMQ Update related to RabbitMQ hostname resolution was required in doc. Closes-Bug: #1559809 Change-Id: I7745d802aa0b488272ab69ada7e79d125dacd017 --- doc/advanced-configuration.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/advanced-configuration.rst b/doc/advanced-configuration.rst index bed186c7bb..97f5d86f7a 100644 --- a/doc/advanced-configuration.rst +++ b/doc/advanced-configuration.rst @@ -58,6 +58,13 @@ Provisions must be taken outside of kolla for these names to map to the configured IP addresses. Using a DNS server or the /etc/hosts file are two ways to create this mapping. +RabbitMQ Hostname Resolution +============================ + +RabbitMQ doesn't work with IP address, hence the IP address of api_interface +should be resolvable by hostnames to make sure that all RabbitMQ Cluster +hosts can resolve each others hostname beforehand. + TLS Configuration =================