From 771cee4640c6d82dd2c79371274b2ef3a0aa660b Mon Sep 17 00:00:00 2001
From: Takashi Kajinami <kajinamit@oss.nttdata.com>
Date: Fri, 13 Sep 2024 15:18:16 +0900
Subject: [PATCH] Drop description for ZeroMQ

ZeroMQ support by oslo.messaging was removed during Stein cycle so
the description is no longer useful.

Change-Id: I7f3fddc49d97195fc18fd2df41a9c505745e43db
---
 ironic/conf/default.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/ironic/conf/default.py b/ironic/conf/default.py
index 74b72f30ee..1187f39e0c 100644
--- a/ironic/conf/default.py
+++ b/ironic/conf/default.py
@@ -356,9 +356,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 (will be removed in '
-                      'the Stein release), a valid hostname, FQDN, '
-                      'or IP address.')),
+                      'an AMQP key.')),
     cfg.StrOpt('pin_release_version',
                choices=versions.RELEASE_VERSIONS_DESCS,
                mutable=True,