From a1fa999c692429ce2fc81447370038e6ad9c6958 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 24 Aug 2025 15:39:18 +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: If5163eeaa83b130623da0246880661efff5a2782 Signed-off-by: Takashi Kajinami --- magnum/conf/services.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/magnum/conf/services.py b/magnum/conf/services.py index d03dfc00d8..7742071753 100644 --- a/magnum/conf/services.py +++ b/magnum/conf/services.py @@ -19,9 +19,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, a valid hostname, FQDN, or IP ' - 'address.')), + 'must be valid within an AMQP key.')), ]