diff options
author | Marco Platania <platania@research.att.com> | 2017-08-03 14:33:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-08-03 14:33:03 +0000 |
commit | 572472c6c2d9f2a279008fa11f68f8176ba55ac7 (patch) | |
tree | 34df287ca58b2cd104ba8f04be4637150c14afcf /heat/vCPE/vgw/MANIFEST.json | |
parent | 0a581a8f1076606a643ce9024a5330ecde4d3b25 (diff) | |
parent | 96b71a45b09121f0761453195e70a6dd242394e3 (diff) |
Merge "vCPE vGW and vBRGEMU HEAT Templates"
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" + } + ] + } + ] +} |