Merge "Do not add 80,443 ports to dashboard url"
diff --git a/metadata/service/tempest/init.yml b/metadata/service/tempest/init.yml
index 5dd8e41..9613452 100644
--- a/metadata/service/tempest/init.yml
+++ b/metadata/service/tempest/init.yml
@@ -17,6 +17,7 @@
runtest_heat_plugin_skip_functional_test_list: 'UpdateServerNetworksTest, StackTemplateValidateTest'
# UpdateServerNetworksTest, StackTemplateValidateTest : These tests support in openstack Queens, but not in Pike.
runtest_path_to_ca_file: '/etc/ssl/certs/ca-certificates.crt'
+ runtest_path_to_boot_config_env_file: '/usr/local/lib/python2.7/dist-packages/heat_tempest_plugin/tests/scenario/templates/boot_config_none_env.yaml'
runtest_local_image_url: ${_param:glance_image_cirros_location}
runtest_local_img_dir: /tmp
runtest_local_img_file: ${_param:glance_image_cirros_name}.img
@@ -85,6 +86,7 @@
ca_file: ${_param:runtest_path_to_ca_file}
image_ref: ${_param:glance_image_fedora_name}
minimal_image_ref: ${_param:glance_image_cirros_name}
+ boot_config_env: ${_param:runtest_path_to_boot_config_env_file}
scenario:
img_file: ${_param:runtest_local_img_file}
img_dir: ${_param:runtest_local_img_dir}