Fix clouds.yaml syntax error for linaro

It was missing the values keyword.

Change-Id: I6a15a5674874eedd94808739fc922b9815c5a729
This commit is contained in:
James E. Blair 2023-01-12 13:00:02 -08:00
parent 9344d8c046
commit 3026b7c10c

View File

@ -92,6 +92,7 @@ clouds:
linaro: linaro:
regions: regions:
- name: RegionOne - name: RegionOne
values:
metrics: metrics:
statsd: statsd:
prefix: 'nodepool.task.linaro' prefix: 'nodepool.task.linaro'