From d68f408326e682a276835f4906fd615413110e4c Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Sat, 4 Nov 2017 17:05:29 -0400 Subject: 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 --- heat/vFWCL/vPKG/MANIFEST.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 heat/vFWCL/vPKG/MANIFEST.json (limited to 'heat/vFWCL/vPKG/MANIFEST.json') 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" + } + ] + } + ] +} -- cgit 1.2.3-korg