Merge "Don't generate hostname of host running build to config file"

This commit is contained in:
Jenkins 2016-06-23 22:01:27 +00:00 committed by Gerrit Code Review
commit f096d184d6

View File

@ -29,6 +29,7 @@ from ceilometer import version
OPTS = [
cfg.StrOpt('host',
default=socket.gethostname(),
sample_default='<your_hostname>',
help='Name of this node, which must be valid in an AMQP '
'key. Can be an opaque identifier. For ZeroMQ only, must '
'be a valid host name, FQDN, or IP address.'),