diff --git a/cloudkitty/service.py b/cloudkitty/service.py index d0c863cb..8b7ec8ce 100644 --- a/cloudkitty/service.py +++ b/cloudkitty/service.py @@ -30,6 +30,7 @@ from cloudkitty import version service_opts = [ cfg.StrOpt('host', default=socket.getfqdn(), + sample_default='', help='Name of this node. This can be an opaque identifier. ' 'It is not necessarily a hostname, FQDN, or IP address. ' 'However, the node name must be valid within an AMQP key, '