summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-10-13 01:40:02 +0000
committerGerrit Code Review <review@openstack.org>2022-10-13 01:40:02 +0000
commit0733fa9629a0de2f986703f71604ae226799c25f (patch)
tree4d86cb99cafea4fe322cec7fceb2a633f2355e37
parent81e9a51185cc644f65a82df3e88590b2b9faa8ed (diff)
parent6c9815cee09347ff71eea8b3115feca01c7c0f2b (diff)
downloadzuul-0733fa9629a0de2f986703f71604ae226799c25f.tar.gz
Merge "Fix typo for zuul_console_disabled flag"
-rw-r--r--doc/source/howtos/nodepool_static.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/howtos/nodepool_static.rst b/doc/source/howtos/nodepool_static.rst
index 163497bcf..11bca34e7 100644
--- a/doc/source/howtos/nodepool_static.rst
+++ b/doc/source/howtos/nodepool_static.rst
@@ -92,7 +92,7 @@ not usually a problem, but on a static node these files will persist.
In this situation, , Zuul can be instructed to not to create any spool
files for ``shell`` and ``command`` tasks via setting
-``zuul_console_disable: True`` (usually via a global host variable in
+``zuul_console_disabled: True`` (usually via a global host variable in
inventory). Live streaming of ``shell`` and ``command`` calls will of
course be unavailable in this case, but no spool files will be
created.