Update the cirros version to "0.3.5"

Refer to
https://docs.openstack.org/ocata/install-guide-rdo/glance-verify.html

Change-Id: Ie93e6a526ceed3f754d8f822d50a4c6dd036c06b
This commit is contained in:
ZhongShengping 2017-10-31 15:57:15 +08:00
parent 5a4c86c1ea
commit ac460a8b7e
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.3.1/cirros-0.3.1-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' },