diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-11-06 01:13:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-11-06 01:13:38 +0000 |
commit | 36fda24c663a3f66a99b534d431b6e2a1480c6b5 (patch) | |
tree | 8a6b30d9cf0426ad58365c7d92a473a36a724b14 /heat/vFWCL/vPKG/MANIFEST.json | |
parent | d805903dbc99d803b8920a3f4b313dcb40148619 (diff) | |
parent | d68f408326e682a276835f4906fd615413110e4c (diff) |
Merge "Cleanup vFW/vPacketGen templates for closed loop"
Diffstat (limited to 'heat/vFWCL/vPKG/MANIFEST.json')
-rw-r--r-- | heat/vFWCL/vPKG/MANIFEST.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/heat/vFWCL/vPKG/MANIFEST.json b/heat/vFWCL/vPKG/MANIFEST.json new file mode 100644 index 00000000..482b4294 --- /dev/null +++ b/heat/vFWCL/vPKG/MANIFEST.json @@ -0,0 +1,17 @@ +{ + "name": "", + "description": "", + "data": [ + { + "file": "base_vpkg.yaml", + "type": "HEAT", + "isBase": "true", + "data": [ + { + "file": "base_vpkg.env", + "type": "HEAT_ENV" + } + ] + } + ] +} |