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:
parent
843bcc4441
commit
7a12decfa4
@ -4,7 +4,7 @@ dburi: 'mysql://nodepool:<%= mysql_password %>@localhost/nodepool'
|
|||||||
cron:
|
cron:
|
||||||
cleanup: '*/5 * * * *'
|
cleanup: '*/5 * * * *'
|
||||||
check: '*/15 * * * *'
|
check: '*/15 * * * *'
|
||||||
update-image: '14 2 * * *'
|
image-update: '14 2 * * *'
|
||||||
|
|
||||||
zmq-publishers:
|
zmq-publishers:
|
||||||
- tcp://jenkins-dev.openstack.org:8888
|
- tcp://jenkins-dev.openstack.org:8888
|
||||||
|
@ -4,7 +4,7 @@ dburi: 'mysql://nodepool:<%= mysql_password %>@localhost/nodepool'
|
|||||||
cron:
|
cron:
|
||||||
cleanup: '*/1 * * * *'
|
cleanup: '*/1 * * * *'
|
||||||
check: '*/15 * * * *'
|
check: '*/15 * * * *'
|
||||||
update-image: '14 14 * * *'
|
image-update: '14 14 * * *'
|
||||||
|
|
||||||
zmq-publishers:
|
zmq-publishers:
|
||||||
- tcp://jenkins01.openstack.org:8888
|
- tcp://jenkins01.openstack.org:8888
|
||||||
|
Loading…
Reference in New Issue
Block a user