diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-03-20 14:36:10 +0100 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-03-23 11:07:44 +0100 |
commit | 89da408dd79bcc7cfb4d89033da435c974c13e70 (patch) | |
tree | 768b726f12aa0adedcba5a97187b5827e28e213f /heat/vCPE/vbng | |
parent | ad09fabff07bdfaf659aa8d3d4bfdd9a0f9907d0 (diff) |
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 <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'heat/vCPE/vbng')
-rw-r--r-- | heat/vCPE/vbng/MANIFEST.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/heat/vCPE/vbng/MANIFEST.json b/heat/vCPE/vbng/MANIFEST.json index 0b34111e..0f9e35bd 100644 --- a/heat/vCPE/vbng/MANIFEST.json +++ b/heat/vCPE/vbng/MANIFEST.json @@ -1,14 +1,14 @@ { - "name": "", - "description": "", + "name": "", + "description": "", "data": [ { - "file": "base_vcpe_vbng.yaml", - "type": "HEAT", - "isBase": "true", + "file": "base_vcpe_vbng.yaml", + "type": "HEAT", + "isBase": "true", "data": [ { - "file": "base_vcpe_vbng.env", + "file": "base_vcpe_vbng.env", "type": "HEAT_ENV" } ] |