diff --git a/heat/common/config.py b/heat/common/config.py index fbd4bf07f5..f804c6a982 100644 --- a/heat/common/config.py +++ b/heat/common/config.py @@ -281,6 +281,7 @@ engine_opts = [ rpc_opts = [ cfg.StrOpt('host', default=socket.gethostname(), + sample_default='', help=_('Name of the engine node. ' 'This can be an opaque identifier. ' 'It is not necessarily a hostname, FQDN, '