diff --git a/openstack_dashboard/test/integration_tests/config.py b/openstack_dashboard/test/integration_tests/config.py index 920497fd44..fa90b11528 100644 --- a/openstack_dashboard/test/integration_tests/config.py +++ b/openstack_dashboard/test/integration_tests/config.py @@ -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', diff --git a/openstack_dashboard/test/integration_tests/horizon.conf b/openstack_dashboard/test/integration_tests/horizon.conf index 1288f01b18..1b0301e6d9 100644 --- a/openstack_dashboard/test/integration_tests/horizon.conf +++ b/openstack_dashboard/test/integration_tests/horizon.conf @@ -97,11 +97,11 @@ 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 [volume] volume_type=lvmdriver-1 volume_size=1 -allow_delete_snapshot_before_volume=True \ No newline at end of file +allow_delete_snapshot_before_volume=True