diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-02-19 13:37:31 +0100 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-02-21 08:55:00 +0000 |
commit | 3161bfe20dd1fa280e8b6292e79dfeb1d776eec2 (patch) | |
tree | 03f91df70e2d5d4f9f703e2f3a4512b513a578d5 /test/vcpe/preload_templates | |
parent | cffacfc0bc2c7512f56b97353eeae64f33ace26b (diff) |
Fix YAML linter indentation errors in yaml files
Change-Id: I5548de0d7afb0e249ab8b6dbc93c102a2a2ac648
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Issue-ID: INT-1451
Diffstat (limited to 'test/vcpe/preload_templates')
-rw-r--r-- | test/vcpe/preload_templates/simple_neutron_heat.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/vcpe/preload_templates/simple_neutron_heat.yaml b/test/vcpe/preload_templates/simple_neutron_heat.yaml index f64248be8..1df0c7192 100644 --- a/test/vcpe/preload_templates/simple_neutron_heat.yaml +++ b/test/vcpe/preload_templates/simple_neutron_heat.yaml @@ -6,9 +6,9 @@ parameters: description: Name of the Neutron Network default: ONAP-NW1 shared: - type: boolean - description: Shared amongst tenants - default: False + type: boolean + description: Shared amongst tenants + default: False outputs: network_id: description: Openstack network identifier |