From 89da408dd79bcc7cfb4d89033da435c974c13e70 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Fri, 20 Mar 2020 14:36:10 +0100 Subject: Pretty print json files in heat/ Fixing json files to conform to linter rules. Change-Id: Ia758a50adffb13889255511594aacc03f66f4e4b Issue-ID: INT-1482 Signed-off-by: Bartek Grzybowski --- heat/vCPE/vgmux/MANIFEST.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'heat/vCPE/vgmux') diff --git a/heat/vCPE/vgmux/MANIFEST.json b/heat/vCPE/vgmux/MANIFEST.json index 62d1ef97..1f621671 100644 --- a/heat/vCPE/vgmux/MANIFEST.json +++ b/heat/vCPE/vgmux/MANIFEST.json @@ -1,14 +1,14 @@ { - "name": "", - "description": "", + "name": "", + "description": "", "data": [ { - "file": "base_vcpe_vgmux.yaml", - "type": "HEAT", - "isBase": "true", + "file": "base_vcpe_vgmux.yaml", + "type": "HEAT", + "isBase": "true", "data": [ { - "file": "base_vcpe_vgmux.env", + "file": "base_vcpe_vgmux.env", "type": "HEAT_ENV" } ] -- cgit 1.2.3-korg