diff options
author | Marco Platania <platania@research.att.com> | 2017-11-04 17:05:29 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2017-11-04 17:05:29 -0400 |
commit | d68f408326e682a276835f4906fd615413110e4c (patch) | |
tree | 54b1538be1013745ab4f7b28c6777b18ef39b943 /heat/vFWCL/vPKG/MANIFEST.json | |
parent | 848eded4aa7fc37a72a4677d1f075852cc826a89 (diff) |
Cleanup vFW/vPacketGen templates for closed loop
- Parameters renaming
- Remove redundancy
- Remove unused parameters
Change-Id: I978e3a815d321e831481e7755ce59c514fc90b86
Issue-ID: POLICY-409
Signed-off-by: Marco Platania <platania@research.att.com>
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" + } + ] + } + ] +} |