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 /test/mocks/hvvessimulator/hvves_sim.yaml | |
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 'test/mocks/hvvessimulator/hvves_sim.yaml')
-rw-r--r-- | test/mocks/hvvessimulator/hvves_sim.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
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 ] } - |