From 835f0c9aa682f3da39d69924ba3d916b76ff3eda Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Tue, 19 Mar 2019 15:54:12 -0500 Subject: [PATCH] Use newer 1901 image for testing Change-Id: I0d2c3135e9befba139f91f38b93bba7ed32aad18 --- bin/ovb-instack | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/ovb-instack b/bin/ovb-instack index 1b621da..72552fa 100755 --- a/bin/ovb-instack +++ b/bin/ovb-instack @@ -19,9 +19,9 @@ timer if [ ${LOCAL:-1} -eq 1 ] then export http_proxy=http://roxy:3128 - curl -O http://openstack/CentOS-7-x86_64-GenericCloud-1802.qcow2 + curl -O http://openstack/CentOS-7-x86_64-GenericCloud-1901.qcow2 - export DIB_LOCAL_IMAGE=CentOS-7-x86_64-GenericCloud-1802.qcow2 + export DIB_LOCAL_IMAGE=CentOS-7-x86_64-GenericCloud-1901.qcow2 export DIB_DISTRIBUTION_MIRROR=http://mirror.centos.org/centos export no_proxy=192.168.24.1,192.168.24.2,192.168.24.3,127.0.0.1 fi