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:
parent
8ae67a60dc
commit
e7c17fd9e0
@ -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',
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user