2a2fe91602
This change corrects many problems detected by the `yamllint` linter. It's a preparation for enabling this linter in change Ie746230f28fe3ed0cf218201d5a3810f7bc44070. For instance, the first run of the YAML linter helped discovering a key duplication problem in `oso_ha.yaml`: the `depends_on` key was present twice, so the first occurence was ignored. Other changes are cosmetic: extra spaces, extra blank lines, missing newlines at end-of-file, etc. Change-Id: I7f2369adfb152fd2a74b9b105e969e653e592922
11 lines
415 B
YAML
11 lines
415 B
YAML
# Installs software-config agent on boot with pip install.
|
|
# It is assumed that the image has the required python build
|
|
# environment so that no distro packages or pip dependencies
|
|
# need to be installed.
|
|
#
|
|
# See hot/software-config/test-image for instructions on building a
|
|
# test image to work with this environment
|
|
|
|
resource_registry:
|
|
"Heat::InstallConfigAgent": templates/install_config_agent_test_image.yaml
|