From 314c0c1e45bc6a4c1ae0e7c030ebbf51b80abb35 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Thu, 26 Mar 2020 14:23:02 +0100 Subject: Fix spacing issues in YAML files in heat Fixes applied as reported by yamllint. Change-Id: I192de1f318c9aee58868807e4a9942b48b8b8e65 Issue-ID: INT-1482 Signed-off-by: Bartek Grzybowski --- heat/vCPE_build/vbng/build_vcpe_vbng.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'heat/vCPE_build/vbng/build_vcpe_vbng.yaml') diff --git a/heat/vCPE_build/vbng/build_vcpe_vbng.yaml b/heat/vCPE_build/vbng/build_vcpe_vbng.yaml index 85b2aac2..ef3e8c87 100644 --- a/heat/vCPE_build/vbng/build_vcpe_vbng.yaml +++ b/heat/vCPE_build/vbng/build_vcpe_vbng.yaml @@ -139,13 +139,13 @@ resources: user_data: str_replace: params: - __demo_artifacts_version__ : { get_param: demo_artifacts_version } - __script_version__ : { get_param: script_version } - __cloud_env__ : { get_param: cloud_env } - __vpp_source_repo_url__ : { get_param: vpp_source_repo_url } - __vpp_source_repo_release_tag__ : { get_param: vpp_source_repo_release_tag } - __vpp_patch_url__ : { get_param: vpp_patch_url } - __compile_state__ : { get_param: compile_state } + __demo_artifacts_version__: { get_param: demo_artifacts_version } + __script_version__: { get_param: script_version } + __cloud_env__: { get_param: cloud_env } + __vpp_source_repo_url__: { get_param: vpp_source_repo_url } + __vpp_source_repo_release_tag__: { get_param: vpp_source_repo_release_tag } + __vpp_patch_url__: { get_param: vpp_patch_url } + __compile_state__: { get_param: compile_state } __nexus_artifact_repo__: { get_param: nexus_artifact_repo } template: | #!/bin/bash -- cgit 1.2.3-korg