From 25c42f6eb4955d0032c911c991db8b72643ea7c4 Mon Sep 17 00:00:00 2001 From: Attila Fazekas Date: Thu, 14 Feb 2013 15:00:02 +0100 Subject: [PATCH] Remove old tempest configuration variables Change-Id: I4c15c876514e1a8071a557ce79f56266a83b24b8 --- lib/tempest | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/lib/tempest b/lib/tempest index 49d0da7ac9..e43f6d750f 100644 --- a/lib/tempest +++ b/lib/tempest @@ -205,12 +205,7 @@ function configure_tempest() { iniset $TEMPEST_CONF identity admin_password "$password" # Compute - iniset $TEMPEST_CONF compute password "$password" # DEPRECATED - iniset $TEMPEST_CONF compute alt_username $ALT_USERNAME # DEPRECATED - iniset $TEMPEST_CONF compute alt_password "$password" # DEPRECATED - iniset $TEMPEST_CONF compute alt_tenant_name $ALT_TENANT_NAME # DEPRECATED iniset $TEMPEST_CONF compute change_password_available False - iniset $TEMPEST_CONF compute compute_log_level ERROR # Note(nati) current tempest don't create network for each tenant # so reuse same tenant for now if is_service_enabled quantum; then @@ -231,10 +226,6 @@ function configure_tempest() { iniset $TEMPEST_CONF compute flavor_ref_alt $flavor_ref_alt 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} - iniset $TEMPEST_CONF compute source_dir $NOVA_SOURCE_DIR # DEPRECATED - iniset $TEMPEST_CONF compute bin_dir $NOVA_BIN_DIR # DEPRECATED - iniset $TEMPEST_CONF compute path_to_private_key $TEMPEST_DIR/id_rsa # DEPRECATED - iniset $TEMPEST_CONF compute db_uri $BASE_SQL_CONN/nova # DEPRECATED # Whitebox iniset $TEMPEST_CONF whitebox source_dir $NOVA_SOURCE_DIR @@ -245,21 +236,11 @@ function configure_tempest() { iniset $TEMPEST_CONF whitebox db_uri $BASE_SQL_CONN/nova - # image - iniset $TEMPEST_CONF image password "$password" # DEPRECATED - - # identity-admin - iniset $TEMPEST_CONF "identity-admin" password "$password" # DEPRECATED - # compute admin iniset $TEMPEST_CONF "compute-admin" password "$password" # DEPRECATED - # network admin - iniset $TEMPEST_CONF "network-admin" password "$password" # DEPRECATED - # network iniset $TEMPEST_CONF network api_version 2.0 - iniset $TEMPEST_CONF network password "$password" # DEPRECATED iniset $TEMPEST_CONF network tenant_networks_reachable "$tenant_networks_reachable" iniset $TEMPEST_CONF network public_network_id "$public_network_id" iniset $TEMPEST_CONF network public_router_id "$public_router_id"