Fix clouds.yaml syntax error for linaro
It was missing the values keyword. Change-Id: I6a15a5674874eedd94808739fc922b9815c5a729
This commit is contained in:
parent
9344d8c046
commit
3026b7c10c
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user