From 3026b7c10cfb355125ef6f6f796d2f02253b84c4 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Thu, 12 Jan 2023 13:00:02 -0800 Subject: [PATCH] Fix clouds.yaml syntax error for linaro It was missing the values keyword. Change-Id: I6a15a5674874eedd94808739fc922b9815c5a729 --- playbooks/templates/clouds/nodepool_clouds.yaml.j2 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/playbooks/templates/clouds/nodepool_clouds.yaml.j2 b/playbooks/templates/clouds/nodepool_clouds.yaml.j2 index 036bfbb61c..4690dce88e 100644 --- a/playbooks/templates/clouds/nodepool_clouds.yaml.j2 +++ b/playbooks/templates/clouds/nodepool_clouds.yaml.j2 @@ -92,9 +92,10 @@ clouds: linaro: regions: - name: RegionOne - metrics: - statsd: - prefix: 'nodepool.task.linaro' + values: + metrics: + statsd: + prefix: 'nodepool.task.linaro' identity_api_version: '3' auth: auth_url: 'https://openinfraci.linaro.cloud:5000'