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
This commit is contained in:
manchandavishal 2020-05-28 08:26:10 +00:00
parent 8ae67a60dc
commit e7c17fd9e0
2 changed files with 2 additions and 2 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.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',

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.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