Update cirros image to cirros-0.5.3-x86_64

Due to this change I172cfcf6b2553fa0f0db5ca175ff2bc5cf098cf7
our integration job is failing. This patch update cirror image
version to fix our CI.

Change-Id: I58c2d33a07bcc04d70cc6867cb44dc7248db9651
This commit is contained in:
Zhang Hua 2024-05-14 12:08:15 +08:00
parent 7244c3142c
commit 78cb074f7c
2 changed files with 3 additions and 3 deletions

View File

@ -148,7 +148,7 @@ InstancesGroup = [
default='nova',
help='Availability zone to be selected for launch instances'),
cfg.StrOpt('image_name',
default='cirros-0.5.2-x86_64-disk (15.5 MB)',
default='cirros-0.5.3-x86_64-disk (17.4 MB)',
help='Boot Source to be selected for launch Instances'),
cfg.StrOpt('flavor',
default='m1.tiny',

View File

@ -44,7 +44,7 @@ panel_type=legacy
# http accessible image (string value)
panel_type=angular
http_image=http://download.cirros-cloud.net/0.5.2/cirros-0.5.2-x86_64-uec.tar.gz
images_list=cirros-0.5.2-x86_64-disk
images_list=cirros-0.5.3-x86_64-disk
[identity]
@ -98,7 +98,7 @@ ssh_user=cirros
#available zone to launch instances
available_zone=nova
#image_name to launch instances
image_name=cirros-0.5.2-x86_64-disk (15.5 MB)
image_name=cirros-0.5.3-x86_64-disk (17.4 MB)
#flavor to launch instances
flavor=m1.tiny