Use newer 1901 image for testing

Change-Id: I0d2c3135e9befba139f91f38b93bba7ed32aad18
This commit is contained in:
Ben Nemec 2019-03-19 15:54:12 -05:00
parent 705a561f70
commit 835f0c9aa6
1 changed files with 2 additions and 2 deletions

View File

@ -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