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,