Merge "Remove help message about ZeroMQ driver"

This commit is contained in:
Zuul 2018-07-20 08:48:31 +00:00 committed by Gerrit Code Review
commit 31a1a2e7d7

View File

@ -32,8 +32,7 @@ SERVICE_OPTS = [
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, '
'FQDN, or IP address. However, the node name ' 'FQDN, or IP address. However, the node name '
'must be valid within an AMQP key, and if using ' 'must be valid within an AMQP key.')
'ZeroMQ, a valid hostname, FQDN, or IP address.')
), ),
cfg.IntOpt('service_down_time', cfg.IntOpt('service_down_time',
default=90, default=90,