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: Ie7dffe3218c449e17ab6502dcfe956b217e55893
This commit is contained in:
zhang.lei 2018-07-12 02:39:16 +00:00
parent 041f212add
commit 0bb413c664
1 changed files with 1 additions and 2 deletions

View File

@ -33,8 +33,7 @@ service_opts = [
sample_default='<server-hostname.example.com>',
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.')
'However, the node name must be valid within an AMQP key.')
]
cfg.CONF.register_opts(service_opts)