From 6ece546281ee7ec7a2824e5c2a87981bd9a58af5 Mon Sep 17 00:00:00 2001 From: "zhang.lei" Date: Thu, 12 Jul 2018 02:46:06 +0000 Subject: [PATCH] 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: I6c612b69865565a88f97f7c27795c2838bb70b04 --- ironic/conf/default.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ironic/conf/default.py b/ironic/conf/default.py index d4f03825e7..c7e07aa8c2 100644 --- a/ironic/conf/default.py +++ b/ironic/conf/default.py @@ -295,8 +295,9 @@ 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.')), + 'an AMQP key, and if using ZeroMQ (will be removed in ' + 'the Stein release), a valid hostname, FQDN, ' + 'or IP address.')), cfg.StrOpt('pin_release_version', choices=versions.RELEASE_VERSIONS_DESCS, mutable=True,