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',
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',

View File

@ -97,7 +97,7 @@ 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