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

Change-Id: If7f1542d6e9954b15024fa8074fd9938f7eb204b
This commit is contained in:
Mohammed Naser 2018-05-03 17:12:09 +00:00
parent 58566a032b
commit 61f53e428b
1 changed files with 1 additions and 1 deletions

View File

@ -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' },