Merge "Switch to CentOS image version 8.2"

This commit is contained in:
Zuul 2020-06-25 18:16:55 +00:00 committed by Gerrit Code Review
commit a6b8ace195

View File

@ -25,7 +25,7 @@ CONF = config.CONF
CENTOS_IMAGE_URL = ( CENTOS_IMAGE_URL = (
'http://cloud.centos.org/centos/8/x86_64/images/' 'http://cloud.centos.org/centos/8/x86_64/images/'
'CentOS-8-GenericCloud-8.1.1911-20200113.3.x86_64.qcow2') 'CentOS-8-GenericCloud-8.2.2004-20200611.2.x86_64.qcow2')
class CentosImageFixture(glance.URLGlanceImageFixture): class CentosImageFixture(glance.URLGlanceImageFixture):