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
This commit is contained in:
Jeremy Stanley 2014-04-04 18:11:37 +00:00 committed by Clark Boylan
parent 843bcc4441
commit 7a12decfa4
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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