Correct update-image to image-update in samples
Change-Id: Ie68346e092a8d94852d51e02425df43befa5df08
This commit is contained in:
parent
7b3df8acd5
commit
7f05bbd0fd
2
nodepool/tests/fixtures/node.yaml
vendored
2
nodepool/tests/fixtures/node.yaml
vendored
@ -4,7 +4,7 @@ dburi: '{dburi}'
|
|||||||
cron:
|
cron:
|
||||||
check: '*/15 * * * *'
|
check: '*/15 * * * *'
|
||||||
cleanup: '*/1 * * * *'
|
cleanup: '*/1 * * * *'
|
||||||
update-image: '14 2 * * *'
|
image-update: '14 2 * * *'
|
||||||
|
|
||||||
zmq-publishers:
|
zmq-publishers:
|
||||||
- tcp://localhost:8881
|
- tcp://localhost:8881
|
||||||
|
2
nodepool/tests/fixtures/subnodes.yaml
vendored
2
nodepool/tests/fixtures/subnodes.yaml
vendored
@ -4,7 +4,7 @@ dburi: '{dburi}'
|
|||||||
cron:
|
cron:
|
||||||
check: '*/15 * * * *'
|
check: '*/15 * * * *'
|
||||||
cleanup: '*/1 * * * *'
|
cleanup: '*/1 * * * *'
|
||||||
update-image: '14 2 * * *'
|
image-update: '14 2 * * *'
|
||||||
|
|
||||||
zmq-publishers:
|
zmq-publishers:
|
||||||
- tcp://localhost:8881
|
- tcp://localhost:8881
|
||||||
|
@ -4,7 +4,7 @@ dburi: 'mysql://nodepool@localhost/nodepool'
|
|||||||
cron:
|
cron:
|
||||||
check: '*/15 * * * *'
|
check: '*/15 * * * *'
|
||||||
cleanup: '*/1 * * * *'
|
cleanup: '*/1 * * * *'
|
||||||
update-image: '14 2 * * *'
|
image-update: '14 2 * * *'
|
||||||
|
|
||||||
zmq-publishers:
|
zmq-publishers:
|
||||||
- tcp://localhost:8881
|
- tcp://localhost:8881
|
||||||
|
Loading…
x
Reference in New Issue
Block a user