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/vFWSNK/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/vFWSNK/MANIFEST.json')
-rw-r--r-- | heat/vFWCL/vFWSNK/MANIFEST.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/heat/vFWCL/vFWSNK/MANIFEST.json b/heat/vFWCL/vFWSNK/MANIFEST.json index 9f4dc524..49383787 100644 --- a/heat/vFWCL/vFWSNK/MANIFEST.json +++ b/heat/vFWCL/vFWSNK/MANIFEST.json @@ -1,14 +1,14 @@ { - "name": "", - "description": "", + "name": "", + "description": "", "data": [ { - "file": "base_vfw.yaml", - "type": "HEAT", - "isBase": "true", + "file": "base_vfw.yaml", + "type": "HEAT", + "isBase": "true", "data": [ { - "file": "base_vfw.env", + "file": "base_vfw.env", "type": "HEAT_ENV" } ] |