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
1 changed files with 1 additions and 2 deletions

View File

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