From 61f53e428be4c7ff5f273a1ba9492c26b1a2b0ad Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Thu, 3 May 2018 17:12:09 +0000 Subject: [PATCH] Revert "Update the cirros version to "0.4.0"" We are reverting to 0.3.5 in order to use the upstream image cache, also, devstack tests with 0.3.5 so it would be good to stay consistent. We can go back to 0.4.0 once devstack uses it and this will avoid us having to pull down the image with every job. This reverts commit 58566a032b3b4c9a95cf50e883b1ce98ad0b503b. Change-Id: If7f1542d6e9954b15024fa8074fd9938f7eb204b --- spec/acceptance/basic_glance_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/acceptance/basic_glance_spec.rb b/spec/acceptance/basic_glance_spec.rb index d061d06c..ff95507b 100644 --- a/spec/acceptance/basic_glance_spec.rb +++ b/spec/acceptance/basic_glance_spec.rb @@ -36,7 +36,7 @@ describe 'glance class' do container_format => 'bare', disk_format => 'qcow2', is_public => 'yes', - source => 'http://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img', + source => 'http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img', min_ram => '64', min_disk => '1024', properties => { 'icanhaz' => 'cheezburger' },