From b5d25c725496758b8b6f4d76340613e412a94917 Mon Sep 17 00:00:00 2001 From: Rabi Mishra Date: Wed, 2 Jan 2019 09:48:50 +0530 Subject: [PATCH] Remove duplicate tempest.conf setup for grenade Change-Id: I25930a4af9b67e98c7705ad8801bfc6e5a7c0d72 --- devstack/upgrade/resources.sh | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/devstack/upgrade/resources.sh b/devstack/upgrade/resources.sh index 6057324e7a..1beb4a6e57 100755 --- a/devstack/upgrade/resources.sh +++ b/devstack/upgrade/resources.sh @@ -57,19 +57,6 @@ function _run_heat_integrationtests { local devstack_dir=$1 pushd $devstack_dir/../tempest - conf_file=etc/tempest.conf - iniset_multiline $conf_file service_available heat_plugin True - iniset $conf_file heat_plugin username $OS_USERNAME - iniset $conf_file heat_plugin password $OS_PASSWORD - iniset $conf_file heat_plugin tenant_name $OS_PROJECT_NAME - iniset $conf_file heat_plugin auth_url $OS_AUTH_URL - iniset $conf_file heat_plugin user_domain_id $OS_USER_DOMAIN_ID - iniset $conf_file heat_plugin project_domain_id $OS_PROJECT_DOMAIN_ID - iniset $conf_file heat_plugin user_domain_name $OS_USER_DOMAIN_NAME - iniset $conf_file heat_plugin project_domain_name $OS_PROJECT_DOMAIN_NAME - iniset $conf_file heat_plugin region $OS_REGION_NAME - iniset $conf_file heat_plugin auth_version $OS_IDENTITY_API_VERSION - export DEST=$(dirname $devstack_dir) $DEST/heat/heat_integrationtests/prepare_test_env.sh $DEST/heat/heat_integrationtests/prepare_test_network.sh