diff options
author | Brian Freeman <bf1936@att.com> | 2017-08-04 08:09:24 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2017-08-04 08:09:40 -0500 |
commit | 8b91579e896891863aca6bb0ab4e38adcbce2b3f (patch) | |
tree | f65d0c6569df034a82d34f3b0193b0ac1df6782c /heat | |
parent | fad7809629acd8e24d7b0190870304e8c59de49c (diff) |
Changed image to Ubuntu 16.04
Change-Id: I6c4a290fb351fc7ed3a6e9253da5659c0327b5ba
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'heat')
-rw-r--r-- | heat/vCPE/infra/base_vcpe_infra_rackspace.env | 2 | ||||
-rw-r--r-- | heat/vCPE/vbng/base_vcpe_vbng_rackspace.env | 2 | ||||
-rw-r--r-- | heat/vCPE/vbrgemu/base_vcpe_vbrgemu_rackspace.env | 2 | ||||
-rw-r--r-- | heat/vCPE/vgmux/base_vcpe_vgmux_rackspace.env | 2 | ||||
-rw-r--r-- | heat/vCPE/vgw/base_vcpe_vgw_rackspace.env | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/heat/vCPE/infra/base_vcpe_infra_rackspace.env b/heat/vCPE/infra/base_vcpe_infra_rackspace.env index ea709810..54e74d1e 100644 --- a/heat/vCPE/infra/base_vcpe_infra_rackspace.env +++ b/heat/vCPE/infra/base_vcpe_infra_rackspace.env @@ -1,5 +1,5 @@ parameters: - vcpe_image_name: Ubuntu 14.04 LTS (Trusty Tahr) (PVHVM) + vcpe_image_name: Ubuntu 16.04 LTS (Xenial Xerus) (PVHVM) vcpe_flavor_name: 4 GB General Purpose v1 public_net_id: 00000000-0000-0000-0000-000000000000 cpe_signal_net_id: zdfw1cpe01_private diff --git a/heat/vCPE/vbng/base_vcpe_vbng_rackspace.env b/heat/vCPE/vbng/base_vcpe_vbng_rackspace.env index 015f3feb..619dec49 100644 --- a/heat/vCPE/vbng/base_vcpe_vbng_rackspace.env +++ b/heat/vCPE/vbng/base_vcpe_vbng_rackspace.env @@ -1,5 +1,5 @@ parameters: - vcpe_image_name: Ubuntu 14.04 LTS (Trusty Tahr) (PVHVM) + vcpe_image_name: Ubuntu 16.04 LTS (Xenial Xerus) (PVHVM) vcpe_flavor_name: 4 GB General Purpose v1 public_net_id: 00000000-0000-0000-0000-000000000000 brgemu_bng_private_net_id: zdfw1bngin01_private diff --git a/heat/vCPE/vbrgemu/base_vcpe_vbrgemu_rackspace.env b/heat/vCPE/vbrgemu/base_vcpe_vbrgemu_rackspace.env index ea05e090..475a170c 100644 --- a/heat/vCPE/vbrgemu/base_vcpe_vbrgemu_rackspace.env +++ b/heat/vCPE/vbrgemu/base_vcpe_vbrgemu_rackspace.env @@ -1,5 +1,5 @@ parameters: - vcpe_image_name: Ubuntu 14.04 LTS (Trusty Tahr) (PVHVM) + vcpe_image_name: Ubuntu 16.04 LTS (Xenial Xerus) (PVHVM) vcpe_flavor_name: 4 GB General Purpose v1 public_net_id: 00000000-0000-0000-0000-000000000000 brgemu_bng_private_net_id: zdfw1brgemubng01_private diff --git a/heat/vCPE/vgmux/base_vcpe_vgmux_rackspace.env b/heat/vCPE/vgmux/base_vcpe_vgmux_rackspace.env index 7ad5b55b..e3009f1a 100644 --- a/heat/vCPE/vgmux/base_vcpe_vgmux_rackspace.env +++ b/heat/vCPE/vgmux/base_vcpe_vgmux_rackspace.env @@ -1,5 +1,5 @@ parameters: - vcpe_image_name: Ubuntu 14.04 LTS (Trusty Tahr) (PVHVM) + vcpe_image_name: Ubuntu 16.04 LTS (Xenial Xerus) (PVHVM) vcpe_flavor_name: 4 GB General Purpose v1 public_net_id: 00000000-0000-0000-0000-000000000000 bng_mux_private_net_id: zdfw1bngmux01_private diff --git a/heat/vCPE/vgw/base_vcpe_vgw_rackspace.env b/heat/vCPE/vgw/base_vcpe_vgw_rackspace.env index 080a999c..faddf083 100644 --- a/heat/vCPE/vgw/base_vcpe_vgw_rackspace.env +++ b/heat/vCPE/vgw/base_vcpe_vgw_rackspace.env @@ -1,5 +1,5 @@ parameters: - vcpe_image_name: Ubuntu 14.04 LTS (Trusty Tahr) (PVHVM) + vcpe_image_name: Ubuntu 16.04 LTS (Xenial Xerus) (PVHVM) vcpe_flavor_name: 4 GB General Purpose v1 public_net_id: 00000000-0000-0000-0000-000000000000 mux_gw_private_net_id: zdfw1muxgw01_private |