Merge "default host to socket.gethostname()"
This commit is contained in:
commit
9fb16c2573
@ -34,7 +34,7 @@ exc_log_opts = [
|
|||||||
|
|
||||||
service_opts = [
|
service_opts = [
|
||||||
cfg.HostAddressOpt('host',
|
cfg.HostAddressOpt('host',
|
||||||
default=socket.getfqdn(),
|
default=socket.gethostname(),
|
||||||
sample_default='localhost',
|
sample_default='localhost',
|
||||||
help=_('Name of this node. This can be an opaque '
|
help=_('Name of this node. This can be an opaque '
|
||||||
'identifier. It is not necessarily a hostname, '
|
'identifier. It is not necessarily a hostname, '
|
||||||
|
Loading…
Reference in New Issue
Block a user