diff options
Diffstat (limited to 'heat/vFW_CNF_CDS/templates/cba/Templates/base_template-mapping.json')
-rw-r--r-- | heat/vFW_CNF_CDS/templates/cba/Templates/base_template-mapping.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/heat/vFW_CNF_CDS/templates/cba/Templates/base_template-mapping.json b/heat/vFW_CNF_CDS/templates/cba/Templates/base_template-mapping.json index 8de1697a..d1104fd2 100644 --- a/heat/vFW_CNF_CDS/templates/cba/Templates/base_template-mapping.json +++ b/heat/vFW_CNF_CDS/templates/cba/Templates/base_template-mapping.json @@ -24,6 +24,31 @@ ] }, { + "name": "vf-module-name", + "property": { + "description": "", + "required": false, + "type": "string", + "status": "", + "constraints": [ + {} + ], + "entry_schema": { + "type": "" + } + }, + "input-param": false, + "dictionary-name": "vf-module-name", + "dictionary-source": "rest", + "dependencies": [ + "vnf_name", + "vf-module-label", + "vf-naming-policy", + "vf-module-id" + ], + "version": 0 + }, + { "name": "management-prefix-id", "property": { "description": "", |