diff options
author | Marco Platania <platania@research.att.com> | 2017-08-30 16:47:33 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2017-08-30 16:47:33 -0400 |
commit | cdaad12c5fb377e042a37260d218c82150237ffc (patch) | |
tree | 3be07b8718136f294a614bcf76290249ee95a587 /heat/vCPE/vgw/base_vcpe_vgw_rackspace.env | |
parent | 4b53b580898219dba28723ffb6e5edcb0abcad7f (diff) |
Fix VM names in vCPE env files
Change-Id: Iad23c3388b218846f4b41320949e4ef0ce33543c
Issue-ID: UCA-32
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'heat/vCPE/vgw/base_vcpe_vgw_rackspace.env')
-rw-r--r-- | heat/vCPE/vgw/base_vcpe_vgw_rackspace.env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/heat/vCPE/vgw/base_vcpe_vgw_rackspace.env b/heat/vCPE/vgw/base_vcpe_vgw_rackspace.env index 33da8d73..93096f2d 100644 --- a/heat/vCPE/vgw/base_vcpe_vgw_rackspace.env +++ b/heat/vCPE/vgw/base_vcpe_vgw_rackspace.env @@ -12,7 +12,7 @@ vgw_private_ip_0: 10.5.0.21 vgw_private_ip_1: 10.0.101.30 vgw_private_ip_2: 10.2.0.2 - vgw_name_0: zdcpe11cpe01gw01 + vgw_name_0: zdcpe1cpe01gw01 vnf_id: vCPE_Infrastructure_GW_demo_app vf_module_id: vCPE_Customer_GW dcae_collector_ip: 10.0.4.102 |