8cfa2aa390
- brackets - braces - colon - commas - comments - document-end - document-start - empty-lines - hyphens - indentation - new-line-at-end-of-file - new-lines - octal-values - trailing-spaces with corresponding code adjustment. Also add yamllint.conf under the check. Change-Id: Ie6251c9063c9c99ebe7c6db54c65d45d6ee7a1d4
14 lines
638 B
YAML
14 lines
638 B
YAML
---
|
|
images:
|
|
tags:
|
|
bootstrap: "docker.io/openstackhelm/heat:ocata-ubuntu_xenial"
|
|
scripted_test: "docker.io/openstackhelm/heat:ocata-ubuntu_xenial"
|
|
db_init: "docker.io/openstackhelm/heat:ocata-ubuntu_xenial"
|
|
barbican_db_sync: "docker.io/openstackhelm/barbican:ocata-ubuntu_xenial"
|
|
db_drop: "docker.io/openstackhelm/heat:ocata-ubuntu_xenial"
|
|
ks_user: "docker.io/openstackhelm/heat:ocata-ubuntu_xenial"
|
|
ks_service: "docker.io/openstackhelm/heat:ocata-ubuntu_xenial"
|
|
ks_endpoints: "docker.io/openstackhelm/heat:ocata-ubuntu_xenial"
|
|
barbican_api: "docker.io/openstackhelm/barbican:ocata-ubuntu_xenial"
|
|
...
|