From 752440329fa5de826c5fc34f865e12748e92fa0c Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 24 Aug 2025 15:37:33 +0900 Subject: [PATCH] Drop description for ZeroMQ As is described, ZeroMQ support by oslo.messaging was removed during Stein cycle. Change-Id: I871426ef37db699e79a211ffdc91bb366a394918 Signed-off-by: Takashi Kajinami --- blazar/config.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/blazar/config.py b/blazar/config.py index 67a4f504..83feb125 100644 --- a/blazar/config.py +++ b/blazar/config.py @@ -23,9 +23,7 @@ cli_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 (will be removed in the Stein release), a ' - 'valid hostname, FQDN, or IP address'), + 'be valid within an AMQP key.'), cfg.BoolOpt('log_exchange', default=False, help='Log request/response exchange details: environ, ' 'headers and bodies'),