From 63e9f43d4938cc99ab0dabe195275d769f9cd565 Mon Sep 17 00:00:00 2001 From: Jens Harbott Date: Wed, 10 Jan 2018 11:29:21 +0000 Subject: [PATCH] Fix nodepool pause option The option to pause building a diskimage is called "pause" and not "paused". Change-Id: Id19c3bf79b1348aa03d7e649996722c1c2a07cab --- doc/source/nodepool.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/nodepool.rst b/doc/source/nodepool.rst index 2118ed0074..7b311ebec6 100644 --- a/doc/source/nodepool.rst +++ b/doc/source/nodepool.rst @@ -83,7 +83,7 @@ shortest age. Nodepool aggressively attempts to build and upload missing images, so if the problem with the image will not be solved with an immediate rebuild, image builds must first be disabled for that image. To do -so, add ``paused: True`` to the ``diskimage`` section for +so, add ``pause: True`` to the ``diskimage`` section for ``ubuntu-precise`` in nodepool.yaml. Then delete the problematic image with::