Merge "Correct update-image to image-update for nodepool"
This commit is contained in:
commit
75f25dda57
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user