diff options
author | Brian Freeman <bf1936@att.com> | 2017-08-02 21:03:13 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2017-08-02 21:03:47 -0500 |
commit | 96b71a45b09121f0761453195e70a6dd242394e3 (patch) | |
tree | 3c4f230a448e3e7bb32fc4ed53405360b011bb2e /heat/vCPE/vgw/MANIFEST.json | |
parent | a58de1346efac4633aeba17c079332e578d5433b (diff) |
vCPE vGW and vBRGEMU HEAT Templates
Change-Id: I1d14aebf2cea54a84f58372962ed6ef45ef6c611
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'heat/vCPE/vgw/MANIFEST.json')
-rw-r--r-- | heat/vCPE/vgw/MANIFEST.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/heat/vCPE/vgw/MANIFEST.json b/heat/vCPE/vgw/MANIFEST.json new file mode 100644 index 00000000..edaface7 --- /dev/null +++ b/heat/vCPE/vgw/MANIFEST.json @@ -0,0 +1,17 @@ +{ + "name": "", + "description": "", + "data": [ + { + "file": "base_vcpe_vgw_rackspace.yaml", + "type": "HEAT", + "isBase": "true", + "data": [ + { + "file": "base_vcpe_vgw_rackspace.env", + "type": "HEAT_ENV" + } + ] + } + ] +} |