summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormanchandavishal <manchandavishal143@gmail.com>2021-03-16 17:03:27 +0530
committerAkihiro Motoki <amotoki@gmail.com>2021-04-07 12:56:18 +0000
commit61ae2d2c697d3e64704641a6720c08ba5cfe5911 (patch)
treeba3c3150996741fc9ece5761504bccdb5163c460
parent35103d9c65a3b00150f13cbe129c1fc13cd120fb (diff)
downloadhorizon-61ae2d2c697d3e64704641a6720c08ba5cfe5911.tar.gz
Update cirros image to cirros-0.5.2-x86_64
Due to this change I12e0bdb3699e5343592ab834468ba6b2fcdcaaf4 our integration job is failing. This patch update cirror image version to fix our CI. Change-Id: I991fb9750ab9e35b67b06154764487375dd11d73 (cherry picked from commit a42235f6f77521e153dd5ab5cbadf3c795020f72)
-rw-r--r--openstack_dashboard/test/integration_tests/config.py2
-rw-r--r--openstack_dashboard/test/integration_tests/horizon.conf4
2 files changed, 3 insertions, 3 deletions
diff --git a/openstack_dashboard/test/integration_tests/config.py b/openstack_dashboard/test/integration_tests/config.py
index 920497fd4..fa90b1152 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.5.1-x86_64-disk (15.6 MB)',
+ default='cirros-0.5.2-x86_64-disk (15.5 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 1288f01b1..1b0301e6d 100644
--- a/openstack_dashboard/test/integration_tests/horizon.conf
+++ b/openstack_dashboard/test/integration_tests/horizon.conf
@@ -97,11 +97,11 @@ ssh_user=cirros
#available zone to launch instances
available_zone=nova
#image_name to launch instances
-image_name=cirros-0.5.1-x86_64-disk (15.6 MB)
+image_name=cirros-0.5.2-x86_64-disk (15.5 MB)
#flavor to launch instances
flavor=m1.tiny
[volume]
volume_type=lvmdriver-1
volume_size=1
-allow_delete_snapshot_before_volume=True \ No newline at end of file
+allow_delete_snapshot_before_volume=True