diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-02-19 11:23:16 +0100 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-02-21 08:54:34 +0000 |
commit | 8695c140ea34b7e60b7d91cd41f58480985c5ed0 (patch) | |
tree | e598d1d75b6f680727adcf5e194553ce813bab8c /deployment/heat/onap-rke/parts | |
parent | 7d43e6cc16251cea3c05b4acca5c0ca781eadaaf (diff) |
Fix YAML files linter errors for superfluous spaces/new lines
Change-Id: Id2b6b0966e07104b32c98053de04bd359dfef803
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Issue-ID: INT-1451
Diffstat (limited to 'deployment/heat/onap-rke/parts')
-rw-r--r-- | deployment/heat/onap-rke/parts/onap-oom-3.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/deployment/heat/onap-rke/parts/onap-oom-3.yaml b/deployment/heat/onap-rke/parts/onap-oom-3.yaml index b70150240..62e3ee29b 100644 --- a/deployment/heat/onap-rke/parts/onap-oom-3.yaml +++ b/deployment/heat/onap-rke/parts/onap-oom-3.yaml @@ -9,4 +9,3 @@ outputs: nfs_vm_private_ip: description: The private IP address of the nfs instance value: { get_attr: [nfs_floating_ip, fixed_ip_address] } - |