Merge "default host to socket.gethostname()"

This commit is contained in:
Zuul 2020-03-31 10:08:30 +00:00 committed by Gerrit Code Review
commit 9fb16c2573

View File

@ -34,7 +34,7 @@ exc_log_opts = [
service_opts = [
cfg.HostAddressOpt('host',
default=socket.getfqdn(),
default=socket.gethostname(),
sample_default='localhost',
help=_('Name of this node. This can be an opaque '
'identifier. It is not necessarily a hostname, '