diff options
Diffstat (limited to 'service_mapping/pNF')
-rw-r--r-- | service_mapping/pNF/service_mapping.json | 34 |
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": [] + } } |