aboutsummaryrefslogtreecommitdiffstats
path: root/service_mapping/pNF
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-03-20 14:40:22 +0100
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-03-23 08:37:13 +0000
commitad09fabff07bdfaf659aa8d3d4bfdd9a0f9907d0 (patch)
tree6db44362152bd4d0071bfa14c1031a14c7296aec /service_mapping/pNF
parentf38883e404eda8a3248b1416d09830ffde8277cb (diff)
Pretty print json files in service_mapping/
Fixing json files to conform to linter rules. Change-Id: I2c0e6bf4df7cd921a4860570045bf26bc1ab6c5b Issue-ID: INT-1482 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'service_mapping/pNF')
-rw-r--r--service_mapping/pNF/service_mapping.json34
1 files changed, 19 insertions, 15 deletions
diff --git a/service_mapping/pNF/service_mapping.json b/service_mapping/pNF/service_mapping.json
index 1e19ae3f..f9285bec 100644
--- a/service_mapping/pNF/service_mapping.json
+++ b/service_mapping/pNF/service_mapping.json
@@ -1,17 +1,21 @@
{
- "GLOBAL_SERVICE_FOLDER_MAPPING": {
- "pNF" : ["pNF"]
- },
- "GLOBAL_SERVICE_VNF_MAPPING": {
- "pNF" : ["pNF"]
- },
- "GLOBAL_SERVICE_GEN_NEUTRON_NETWORK_MAPPING": {
- "pNF" :[]
- },
- "GLOBAL_SERVICE_DEPLOYMENT_ARTIFACT_MAPPING": {
- "pNF" :[]
- },
- "GLOBAL_SERVICE_TEMPLATE_MAPPING": {
- "pNF" : []
- }
+ "GLOBAL_SERVICE_FOLDER_MAPPING": {
+ "pNF": [
+ "pNF"
+ ]
+ },
+ "GLOBAL_SERVICE_VNF_MAPPING": {
+ "pNF": [
+ "pNF"
+ ]
+ },
+ "GLOBAL_SERVICE_GEN_NEUTRON_NETWORK_MAPPING": {
+ "pNF": []
+ },
+ "GLOBAL_SERVICE_DEPLOYMENT_ARTIFACT_MAPPING": {
+ "pNF": []
+ },
+ "GLOBAL_SERVICE_TEMPLATE_MAPPING": {
+ "pNF": []
+ }
}