From 7f05bbd0fd91fef78b32fa2b8a227955bbf4b9d1 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Fri, 4 Apr 2014 18:08:43 +0000 Subject: [PATCH] Correct update-image to image-update in samples Change-Id: Ie68346e092a8d94852d51e02425df43befa5df08 --- nodepool/tests/fixtures/node.yaml | 2 +- nodepool/tests/fixtures/subnodes.yaml | 2 +- tools/fake.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nodepool/tests/fixtures/node.yaml b/nodepool/tests/fixtures/node.yaml index db521b552..e0afe867b 100644 --- a/nodepool/tests/fixtures/node.yaml +++ b/nodepool/tests/fixtures/node.yaml @@ -4,7 +4,7 @@ dburi: '{dburi}' cron: check: '*/15 * * * *' cleanup: '*/1 * * * *' - update-image: '14 2 * * *' + image-update: '14 2 * * *' zmq-publishers: - tcp://localhost:8881 diff --git a/nodepool/tests/fixtures/subnodes.yaml b/nodepool/tests/fixtures/subnodes.yaml index d1a68aa85..790ee7c16 100644 --- a/nodepool/tests/fixtures/subnodes.yaml +++ b/nodepool/tests/fixtures/subnodes.yaml @@ -4,7 +4,7 @@ dburi: '{dburi}' cron: check: '*/15 * * * *' cleanup: '*/1 * * * *' - update-image: '14 2 * * *' + image-update: '14 2 * * *' zmq-publishers: - tcp://localhost:8881 diff --git a/tools/fake.yaml b/tools/fake.yaml index a869d52ed..318537c3a 100644 --- a/tools/fake.yaml +++ b/tools/fake.yaml @@ -4,7 +4,7 @@ dburi: 'mysql://nodepool@localhost/nodepool' cron: check: '*/15 * * * *' cleanup: '*/1 * * * *' - update-image: '14 2 * * *' + image-update: '14 2 * * *' zmq-publishers: - tcp://localhost:8881