From b64a8ff6ef74a7b26580d7af44c3376600daf17b Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Fri, 31 May 2024 07:06:56 -0700 Subject: [PATCH] Follow-up: minor wording change from 920706 Just changing "deployment or cleaning operations" to "inband operations", since the agent can run in many different inband operational steps. Change-Id: Iaaa03ebc3dab724eb7afb0ee686bd22c8a2879be --- ironic/conf/agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ironic/conf/agent.py b/ironic/conf/agent.py index 34efb160b0..85341e0ae5 100644 --- a/ironic/conf/agent.py +++ b/ironic/conf/agent.py @@ -118,7 +118,7 @@ opts = [ 'A large timeout value may result in the conductor ' 'free worker pool becoming exhausted should a multi-' 'node network connectivity issue arise during ' - 'deployment or cleaning operations. These commands ' + 'inband operations. These commands ' 'also cause the individual node lock to be held while ' 'in progress, which prevents new requests from being ' 'acted upon for the impacted nodes until the issue '