Change minimal_image_ref to cirros-0.3.5-x86_64-disk

Change-Id: I0dde84d2f15e3834f7cf444e1f833f8076f507cc
Closes-Bug: #1665210
This commit is contained in:
rabi 2017-02-16 09:43:09 +05:30 committed by Rabi Mishra
parent e33070d846
commit efdb00d628
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ fi
iniset $conf_file heat_plugin image_ref fedora-heat-test-image
iniset $conf_file heat_plugin boot_config_env $DEST/heat-templates/hot/software-config/boot-config/test_image_env.yaml
iniset $conf_file heat_plugin heat_config_notify_script $DEST/heat-templates/hot/software-config/elements/heat-config/bin/heat-config-notify
iniset $conf_file heat_plugin minimal_image_ref cirros-0.3.4-x86_64-uec
iniset $conf_file heat_plugin minimal_image_ref cirros-0.3.5-x86_64-disk
# Skip test_cancel_update_server_with_port till bug #1607714 is fixed in nova
iniset $conf_file heat_plugin skip_functional_test_list 'CancelUpdateTest.test_cancel_update_server_with_port'