From 7a12decfa47ccfb945347936911ce9f37fcf2734 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Fri, 4 Apr 2014 18:11:37 +0000 Subject: [PATCH] Correct update-image to image-update for nodepool Nodepool expects the image updating cron to be called image-update. The update-image cron that we had ends up being a noop and the default image-update time is used instead. We want to change the time the image updating happens which requires we use the correct name. Change-Id: Ibc84d28705a0bebf95cc105e658941def9108bf7 --- .../openstack_project/templates/nodepool/nodepool-dev.yaml.erb | 2 +- modules/openstack_project/templates/nodepool/nodepool.yaml.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/openstack_project/templates/nodepool/nodepool-dev.yaml.erb b/modules/openstack_project/templates/nodepool/nodepool-dev.yaml.erb index deee937bb2..b7aed7ff9d 100644 --- a/modules/openstack_project/templates/nodepool/nodepool-dev.yaml.erb +++ b/modules/openstack_project/templates/nodepool/nodepool-dev.yaml.erb @@ -4,7 +4,7 @@ dburi: 'mysql://nodepool:<%= mysql_password %>@localhost/nodepool' cron: cleanup: '*/5 * * * *' check: '*/15 * * * *' - update-image: '14 2 * * *' + image-update: '14 2 * * *' zmq-publishers: - tcp://jenkins-dev.openstack.org:8888 diff --git a/modules/openstack_project/templates/nodepool/nodepool.yaml.erb b/modules/openstack_project/templates/nodepool/nodepool.yaml.erb index b6ce3467a2..eeed5300e1 100644 --- a/modules/openstack_project/templates/nodepool/nodepool.yaml.erb +++ b/modules/openstack_project/templates/nodepool/nodepool.yaml.erb @@ -4,7 +4,7 @@ dburi: 'mysql://nodepool:<%= mysql_password %>@localhost/nodepool' cron: cleanup: '*/1 * * * *' check: '*/15 * * * *' - update-image: '14 14 * * *' + image-update: '14 14 * * *' zmq-publishers: - tcp://jenkins01.openstack.org:8888