diff options
author | Marco Platania <platania@research.att.com> | 2017-09-26 11:45:00 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2017-09-26 11:45:00 -0400 |
commit | cf827dae0153c85ccf555239d12e30eb84752688 (patch) | |
tree | a8a84f73d6ceea02389b14061af7c513eb3cebd4 /heat/vCPE/vbng/MANIFEST.json | |
parent | 60dcae5d3001be59e013684c6cd03b6fe7ed48bf (diff) |
Take out private networks from vCPE Heat templates
- Take out shared networks (use network templates in SO)
- Remove rackspace from templates name
- Modify MANIFEST files accordingly
Change-Id: I43f778eff74cf525b5ad7628ccdc38dfab7d0ef4
Issue-ID: UCA-32
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'heat/vCPE/vbng/MANIFEST.json')
-rw-r--r-- | heat/vCPE/vbng/MANIFEST.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/heat/vCPE/vbng/MANIFEST.json b/heat/vCPE/vbng/MANIFEST.json index f4fbb305..0b34111e 100644 --- a/heat/vCPE/vbng/MANIFEST.json +++ b/heat/vCPE/vbng/MANIFEST.json @@ -3,12 +3,12 @@ "description": "", "data": [ { - "file": "base_vcpe_vbng_rackspace.yaml", + "file": "base_vcpe_vbng.yaml", "type": "HEAT", "isBase": "true", "data": [ { - "file": "base_vcpe_vbng_rackspace.env", + "file": "base_vcpe_vbng.env", "type": "HEAT_ENV" } ] |