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
18 lines
895 B
YAML
18 lines
895 B
YAML
---
|
|
images:
|
|
tags:
|
|
bootstrap: "docker.io/openstackhelm/heat:pike-ubuntu_xenial"
|
|
db_init: "docker.io/openstackhelm/heat:pike-ubuntu_xenial"
|
|
db_drop: "docker.io/openstackhelm/heat:pike-ubuntu_xenial"
|
|
ks_user: "docker.io/openstackhelm/heat:pike-ubuntu_xenial"
|
|
ks_service: "docker.io/openstackhelm/heat:pike-ubuntu_xenial"
|
|
ks_endpoints: "docker.io/openstackhelm/heat:pike-ubuntu_xenial"
|
|
heat_db_sync: "docker.io/openstackhelm/heat:pike-ubuntu_xenial"
|
|
heat_api: "docker.io/openstackhelm/heat:pike-ubuntu_xenial"
|
|
heat_cfn: "docker.io/openstackhelm/heat:pike-ubuntu_xenial"
|
|
heat_cloudwatch: "docker.io/openstackhelm/heat:pike-ubuntu_xenial"
|
|
heat_engine: "docker.io/openstackhelm/heat:pike-ubuntu_xenial"
|
|
heat_engine_cleaner: "docker.io/openstackhelm/heat:pike-ubuntu_xenial"
|
|
heat_purge_deleted: "docker.io/openstackhelm/heat:pike-ubuntu_xenial"
|
|
...
|