From ac4779ce0996ce141ef5495f5d4d44c454bdd78a Mon Sep 17 00:00:00 2001 From: Jerry Flood Date: Mon, 30 Oct 2017 12:33:39 -0400 Subject: Add vvG and manifest files Issue: TEST-14 Change-Id: Ia99a52647941518148cd383b02ddb940818e6273 Signed-off-by: Jerry Flood --- heat/vVG/MANIFEST.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 heat/vVG/MANIFEST.json (limited to 'heat/vVG/MANIFEST.json') diff --git a/heat/vVG/MANIFEST.json b/heat/vVG/MANIFEST.json new file mode 100644 index 00000000..3f9348b0 --- /dev/null +++ b/heat/vVG/MANIFEST.json @@ -0,0 +1,17 @@ +{ + "name": "", + "description": "", + "data": [ + { + "file": "base_vvg.yaml", + "type": "HEAT", + "isBase": "true", + "data": [ + { + "file": "base_vvg.env", + "type": "HEAT_ENV" + } + ] + } + ] +} \ No newline at end of file -- cgit 1.2.3-korg