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
This commit is contained in:
manchandavishal 2021-03-16 17:03:27 +05:30
parent 6ac0917950
commit a42235f6f7
2 changed files with 3 additions and 3 deletions

View File

@ -148,7 +148,7 @@ InstancesGroup = [
default='nova', default='nova',
help='Availability zone to be selected for launch instances'), help='Availability zone to be selected for launch instances'),
cfg.StrOpt('image_name', 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'), help='Boot Source to be selected for launch Instances'),
cfg.StrOpt('flavor', cfg.StrOpt('flavor',
default='m1.tiny', default='m1.tiny',

View File

@ -97,11 +97,11 @@ ssh_user=cirros
#available zone to launch instances #available zone to launch instances
available_zone=nova available_zone=nova
#image_name to launch instances #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 to launch instances
flavor=m1.tiny flavor=m1.tiny
[volume] [volume]
volume_type=lvmdriver-1 volume_type=lvmdriver-1
volume_size=1 volume_size=1
allow_delete_snapshot_before_volume=True allow_delete_snapshot_before_volume=True