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:
parent
6ac0917950
commit
a42235f6f7
@ -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',
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user