From cf827dae0153c85ccf555239d12e30eb84752688 Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Tue, 26 Sep 2017 11:45:00 -0400 Subject: 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 --- heat/vCPE/infra/MANIFEST.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'heat/vCPE/infra/MANIFEST.json') diff --git a/heat/vCPE/infra/MANIFEST.json b/heat/vCPE/infra/MANIFEST.json index 7c4780d6..11ce42f9 100644 --- a/heat/vCPE/infra/MANIFEST.json +++ b/heat/vCPE/infra/MANIFEST.json @@ -3,12 +3,12 @@ "description": "", "data": [ { - "file": "base_vcpe_infra_rackspace.yaml", + "file": "base_vcpe_infra.yaml", "type": "HEAT", "isBase": "true", "data": [ { - "file": "base_vcpe_infra_rackspace.env", + "file": "base_vcpe_infra.env", "type": "HEAT_ENV" } ] -- cgit 1.2.3-korg