diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-02-07 12:44:01 -0800 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-02-07 12:44:01 -0800 |
commit | 19a27d4863f896163315f9ff9130d426adc939d8 (patch) | |
tree | 4b1121458fac436d6eb033d88d2b5566161f46cd /deployment/heat/onap-oom | |
parent | 8bd69fd81acf1edeafd3c4a130b21c4dda8dc17f (diff) |
Use centos7 cloud image for DCAE
Change-Id: Idecde1fa63d40d7e6d3eb3a4d67d1791c90b13bb
Issue-ID: INT-414
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'deployment/heat/onap-oom')
-rw-r--r-- | deployment/heat/onap-oom/env/tlab/ETE-OOM-Test.env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/heat/onap-oom/env/tlab/ETE-OOM-Test.env b/deployment/heat/onap-oom/env/tlab/ETE-OOM-Test.env index 5ba1b68fb..614779d1d 100644 --- a/deployment/heat/onap-oom/env/tlab/ETE-OOM-Test.env +++ b/deployment/heat/onap-oom/env/tlab/ETE-OOM-Test.env @@ -8,7 +8,7 @@ parameters: ubuntu_1404_image: "Ubuntu 14.04 LTS Generic" ubuntu_1604_image: "Ubuntu 16.04 LTS Generic" - centos_7_image: "CentOS 7 Generic" + centos_7_image: "centos7" apt_proxy: "" docker_proxy: nexus3.onap.org:10001 |