From d187bd95368c926af317723b3bc563ea2cae61bb Mon Sep 17 00:00:00 2001 From: Zhi Kun Liu Date: Wed, 11 Sep 2013 14:51:18 +0800 Subject: [PATCH] remove whitebox configuration in tempest.conf sync up with removing whitebox tests in tempest This commit depends on https://review.openstack.org/#/c/46116/ Change-Id: I410583187284c2951d872f6e9465f741decc60bd --- lib/tempest | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/tempest b/lib/tempest index e48ccf2062..bc0b18d9f4 100644 --- a/lib/tempest +++ b/lib/tempest @@ -249,14 +249,6 @@ function configure_tempest() { iniset $TEMPEST_CONF compute live_migration_available ${LIVE_MIGRATION_AVAILABLE:-False} iniset $TEMPEST_CONF compute use_block_migration_for_live_migration ${USE_BLOCK_MIGRATION_FOR_LIVE_MIGRATION:-False} - # Whitebox - iniset $TEMPEST_CONF whitebox source_dir $NOVA_SOURCE_DIR - iniset $TEMPEST_CONF whitebox bin_dir $NOVA_BIN_DIR - # TODO(jaypipes): Create the key file here... right now, no whitebox - # tests actually use a key. - iniset $TEMPEST_CONF whitebox path_to_private_key $TEMPEST_DIR/id_rsa - iniset $TEMPEST_CONF whitebox db_uri $BASE_SQL_CONN/nova - # Compute admin iniset $TEMPEST_CONF "compute-admin" password "$password" # DEPRECATED