summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDmitry Tantsur <dtantsur@protonmail.com>2021-12-08 12:26:48 +0100
committerDmitry Tantsur <dtantsur@protonmail.com>2021-12-08 14:26:51 +0100
commit2a6cdf4b249a85575017264aea20dd0148564ee3 (patch)
treef3d9410d8306e39e966deb1d86bf9ffe7b910e26 /doc
parent79311c88dfe346cf7edc6015efa4511312623eee (diff)
downloadironic-2a6cdf4b249a85575017264aea20dd0148564ee3.tar.gz
Allow enabling fast-track per node
This is useful when some nodes need the "agent" power interface, while the others can be deployed normally. Change-Id: Ief7df40c83ef03d0ec5ae92d09ceffd39d3c12a3
Diffstat (limited to 'doc')
-rw-r--r--doc/source/admin/fast-track.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/source/admin/fast-track.rst b/doc/source/admin/fast-track.rst
index 464966da8..20ca6199f 100644
--- a/doc/source/admin/fast-track.rst
+++ b/doc/source/admin/fast-track.rst
@@ -25,6 +25,13 @@ Fast track is off by default and should be enabled in the configuration:
[deploy]
fast_track = true
+Starting with the Yoga release series, it can also be enabled or disabled per
+node:
+
+.. code-block:: console
+
+ baremetal node set <node> --driver-info fast_track=true
+
Inspection
----------