Merge "Mark the ZeroMQ driver deprecated"

This commit is contained in:
Zuul 2018-09-12 20:41:50 +00:00 committed by Gerrit Code Review
commit 8f1903d740
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'),