Remove help message about ZeroMQ driver

ZeroMQ driver is deprecated, as per the Dublin 2018 PTG decision:
http://lists.openstack.org/pipermail/openstack-dev/2018-March/128055.html

Change-Id: Ia3d5fd1d2ccd57bf3b9f97172c09994bf5d44022
This commit is contained in:
zhang.lei 2018-07-12 01:48:00 +00:00
parent fb7be7984c
commit b3e84fa2dc

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,