Skip to content

Commit

Permalink
Merge "lib/tempest remove whitebox section"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Sep 16, 2013
2 parents 973a52f + 8f5bf93 commit 0b29d86
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/tempest
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0b29d86

Please sign in to comment.