From 094157c86da444146015a167615445317baea53b Mon Sep 17 00:00:00 2001 From: Ignacio Bravo Date: Thu, 15 Oct 2015 18:14:16 -0400 Subject: [PATCH] Updated /etc/hosts file definition rabbitmq connects with `hostname -s` values so if the hostname -f is rdo.redhat.com, rabbitmq will only connect to rabbit@rdo. If it cannot resolve rdo from dns or hosts file then everything stops. Via: https://bugzilla.redhat.com/show_bug.cgi?id=1271793 Change-Id: I756dc3bf60daa2b6ede8cad97f90e8fe45918007 --- doc/source/installation/installing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/installation/installing.rst b/doc/source/installation/installing.rst index aee2a95d..84cb033a 100644 --- a/doc/source/installation/installing.rst +++ b/doc/source/installation/installing.rst @@ -39,7 +39,7 @@ Installing the Undercloud example, if the system is named *myhost.mydomain*, /etc/hosts should have an entry like:: - 127.0.0.1 myhost.mydomain + 127.0.0.1 myhost.mydomain myhost #. Enable needed repositories: