From 59681ab2e6cca9e3264b1753dc53e25d1201d59f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pl=C3=ADchal?= Date: Fri, 5 Jan 2024 11:15:12 +0100 Subject: [PATCH] squash: A minor formatting adjustment of the release note --- docs/releases.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/releases.rst b/docs/releases.rst index 49c9391c08..f67575ff3a 100644 --- a/docs/releases.rst +++ b/docs/releases.rst @@ -7,17 +7,17 @@ tmt-1.31 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -The ``provision`` step is now able to perform provisioning of -multiple guests in parallel. This can considerably shorten the time -needed for guest provisioning in multihost plans. However, whether -the parallel provisioning would take place depends on what -``provision`` plugins were involved, because not all plugins are -compatible with this feature yet. As of now, only -:ref:`/spec/plans/provision/artemis`, +The :ref:`/spec/plans/provision` step is now able to perform +**provisioning of multiple guests in parallel**. This can +considerably shorten the time needed for guest provisioning in +multihost plans. However, whether the parallel provisioning would +take place depends on what provision plugins were involved, +because not all plugins are compatible with this feature yet. As +of now, only :ref:`/spec/plans/provision/artemis`, :ref:`/spec/plans/provision/connect`, :ref:`/spec/plans/provision/container`, -:ref:`/spec/plans/provision/local`, -and :ref:`/spec/plans/provision/virtual` are supported. All other +:ref:`/spec/plans/provision/local`, and +:ref:`/spec/plans/provision/virtual` are supported. All other plugins would gracefully fall back to the pre-1.31 behavior, provisioning in sequence.