From b847aacfc0f754c97b0cb2cc515c4abfb451553c Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 19 Aug 2020 10:30:23 -0400 Subject: [PATCH] Add more documentation to deployment.apiarmed Since nodedeploy is expected to be used to make it less annoying, mention the expectation of nodedeploy in its documentation. --- confluent_server/confluent/config/attributes.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/confluent_server/confluent/config/attributes.py b/confluent_server/confluent/config/attributes.py index ab6315f3..515f13cd 100644 --- a/confluent_server/confluent/config/attributes.py +++ b/confluent_server/confluent/config/attributes.py @@ -124,7 +124,9 @@ node = { 'description': ('Indicates whether the node authentication token interface ' 'is armed. If set to once, it will grant only the next ' 'request. If set to continuous, will allow many requests.' - 'Should not be set unless an OS deployment is pending.'), + 'Should not be set unless an OS deployment is pending. ' + 'Generally this is not directly modified, but is modified ' + 'by the "nodedeploy" command'), }, #'id': { # 'description': ('Numeric identifier for node')