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
This commit is contained in:
parent
c19933f955
commit
094157c86d
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user