From e7c17fd9e0882248610ee7764252ee9893c182a2 Mon Sep 17 00:00:00 2001 From: manchandavishal Date: Thu, 28 May 2020 08:26:10 +0000 Subject: [PATCH] Update cirros image to cirros-0.5.1-x86_64 Due to this change I6ccd646f1c22a99bed0bebf6e363d2190241b667 our integration job is failing. This patch update cirror image version to fix our CI. Change-Id: Ie56fada7c58b73d55efb8b140fea4d6cca79ba31 --- openstack_dashboard/test/integration_tests/config.py | 2 +- openstack_dashboard/test/integration_tests/horizon.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openstack_dashboard/test/integration_tests/config.py b/openstack_dashboard/test/integration_tests/config.py index 1d1436af77..04dd503876 100644 --- a/openstack_dashboard/test/integration_tests/config.py +++ b/openstack_dashboard/test/integration_tests/config.py @@ -148,7 +148,7 @@ InstancesGroup = [ default='nova', help='Availability zone to be selected for launch instances'), cfg.StrOpt('image_name', - default='cirros-0.4.0-x86_64-disk (12.1 MB)', + default='cirros-0.5.1-x86_64-disk (15.6 MB)', help='Boot Source to be selected for launch Instances'), cfg.StrOpt('flavor', default='m1.tiny', diff --git a/openstack_dashboard/test/integration_tests/horizon.conf b/openstack_dashboard/test/integration_tests/horizon.conf index aa54b9394c..62332187c5 100644 --- a/openstack_dashboard/test/integration_tests/horizon.conf +++ b/openstack_dashboard/test/integration_tests/horizon.conf @@ -97,7 +97,7 @@ ssh_user=cirros #available zone to launch instances available_zone=nova #image_name to launch instances -image_name=cirros-0.4.0-x86_64-disk (12.1 MB) +image_name=cirros-0.5.1-x86_64-disk (15.6 MB) #flavor to launch instances flavor=m1.tiny