diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-03-26 14:23:02 +0100 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-03-26 14:23:02 +0100 |
commit | 314c0c1e45bc6a4c1ae0e7c030ebbf51b80abb35 (patch) | |
tree | 31fb09d3fb2fd0fbbf7d714075df6945b842c6f6 /heat/vCPE/vbng/base_vcpe_vbng.yaml | |
parent | 0f11467f0bf1d20212f94be2bbed75896b30d73f (diff) |
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 <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'heat/vCPE/vbng/base_vcpe_vbng.yaml')
-rw-r--r-- | heat/vCPE/vbng/base_vcpe_vbng.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/heat/vCPE/vbng/base_vcpe_vbng.yaml b/heat/vCPE/vbng/base_vcpe_vbng.yaml index 7a12e5b6..e6a71343 100644 --- a/heat/vCPE/vbng/base_vcpe_vbng.yaml +++ b/heat/vCPE/vbng/base_vcpe_vbng.yaml @@ -237,9 +237,9 @@ resources: __bng_gmux_cidr__: { get_param: bng_gmux_private_net_cidr } __dcae_collector_ip__: { get_param: dcae_collector_ip } __dcae_collector_port__: { get_param: dcae_collector_port } - __demo_artifacts_version__ : { get_param: demo_artifacts_version } - __script_version__ : { get_param: script_version } - __cloud_env__ : { get_param: cloud_env } + __demo_artifacts_version__: { get_param: demo_artifacts_version } + __script_version__: { get_param: script_version } + __cloud_env__: { get_param: cloud_env } __sdnc_ip_addr__: { get_param: sdnc_ip_addr } __nexus_artifact_repo__: { get_param: nexus_artifact_repo } template: | |