Mark the ZeroMQ driver deprecated

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

Change-Id: I8b66325e0cac09054232ace9aeece19de9694c13
This commit is contained in:
zhang.lei 2018-07-12 01:56:23 +00:00 committed by Pierre Riteau
parent 9e26f79292
commit 0b293c3f8f
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@ cli_opts = [
'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'),
'ZeroMQ (will be removed in the Stein release), a '
'valid hostname, FQDN, or IP address'),
cfg.BoolOpt('log_exchange', default=False,
help='Log request/response exchange details: environ, '
'headers and bodies'),