Update the cirros version to "0.4.0"

Change-Id: Ie191d6eac9157410c020c12e7545921a72a12ab7
This commit is contained in:
ZhongShengping 2018-01-04 10:41:51 +08:00 committed by zhongshengping
parent d3e7890273
commit 2167e5fe6e
2 changed files with 3 additions and 3 deletions

View File

@ -184,7 +184,7 @@
# [*img_dir*]
# Defaults to '/var/lib/tempest'
# [*img_file*]
# Defaults to 'cirros-0.3.5-x86_64-disk.img'
# Defaults to 'cirros-0.4.0-x86_64-disk.img'
# [*login_url*]
# Defaults to undef
# [*dashboard_url*]
@ -347,7 +347,7 @@ class tempest(
$manage_tests_packages = false,
# scenario options
$img_dir = '/var/lib/tempest',
$img_file = 'cirros-0.3.5-x86_64-disk.img',
$img_file = 'cirros-0.4.0-x86_64-disk.img',
# designate options
$designate_nameservers = undef,
# DEPRECATED PARAMETERS

View File

@ -273,7 +273,7 @@ describe 'tempest' do
is_expected.to contain_tempest_config('cli/cli_dir').with(:value => nil)
is_expected.to contain_tempest_config('oslo_concurrency/lock_path').with(:value => '/var/lib/tempest')
is_expected.to contain_tempest_config('scenario/img_dir').with(:value => '/var/lib/tempest')
is_expected.to contain_tempest_config('scenario/img_file').with(:value => 'cirros-0.3.5-x86_64-disk.img')
is_expected.to contain_tempest_config('scenario/img_file').with(:value => 'cirros-0.4.0-x86_64-disk.img')
is_expected.to contain_tempest_config('service_broker/run_service_broker_tests').with(:value => false)
is_expected.to contain_oslo__log('tempest_config').with(
:debug => false,