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 --- .../k8s-profiles/ssh-service-mapping.json | 27 +++++++++++----------- 1 file changed, 13 insertions(+), 14 deletions(-) (limited to 'heat/vFW_CNF_CDS/templates/cba/Templates/k8s-profiles') diff --git a/heat/vFW_CNF_CDS/templates/cba/Templates/k8s-profiles/ssh-service-mapping.json b/heat/vFW_CNF_CDS/templates/cba/Templates/k8s-profiles/ssh-service-mapping.json index 1960e0e3..34be0c48 100644 --- a/heat/vFW_CNF_CDS/templates/cba/Templates/k8s-profiles/ssh-service-mapping.json +++ b/heat/vFW_CNF_CDS/templates/cba/Templates/k8s-profiles/ssh-service-mapping.json @@ -1,15 +1,14 @@ [ - { - "name": "vpg-management-port", - "property": { - "description": "The number of node port for ssh service of vpg. 0 means that ssh service will not be exposed", - "type": "string", - "default": "0" - }, - "input-param": false, - "dictionary-name": "vpg-management-port", - "dictionary-source": "default", - "dependencies": [ - ] - } -] \ No newline at end of file + { + "name": "vpg-management-port", + "property": { + "description": "The number of node port for ssh service of vpg. 0 means that ssh service will not be exposed", + "type": "string", + "default": "0" + }, + "input-param": false, + "dictionary-name": "vpg-management-port", + "dictionary-source": "default", + "dependencies": [] + } +] -- cgit 1.2.3-korg