From 8695c140ea34b7e60b7d91cd41f58480985c5ed0 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Wed, 19 Feb 2020 11:23:16 +0100 Subject: Fix YAML files linter errors for superfluous spaces/new lines Change-Id: Id2b6b0966e07104b32c98053de04bd359dfef803 Signed-off-by: Bartek Grzybowski Issue-ID: INT-1451 --- test/mocks/hvvessimulator/hvves_sim.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/mocks/hvvessimulator') diff --git a/test/mocks/hvvessimulator/hvves_sim.yaml b/test/mocks/hvvessimulator/hvves_sim.yaml index c037036f4..dc868b55a 100644 --- a/test/mocks/hvvessimulator/hvves_sim.yaml +++ b/test/mocks/hvvessimulator/hvves_sim.yaml @@ -3,7 +3,7 @@ description: Heat template for HV-VES simulator deployment heat_template_version: 2013-05-23 parameters: - name: { description: Instance name, label: Name, type: string, default: hvves-sim } + name: { description: Instance name, label: Name, type: string, default: hvves-sim } flavor_name: { description: Instance flavor to be used, label: Flavor Name, type: string } image_name: { description: Ubuntu 16.04 image to be used, label: Image Name, type: string } private_net_id: { description: Private network id, label: Private Network ID, type: string } @@ -222,4 +222,3 @@ outputs: hvves-sim_public_ip: description: HV-VES simualtor floating IP value: { get_attr: [ hvves-sim_public, floating_ip_address ] } - -- cgit 1.2.3-korg