From c21d6ae145cf46e130836da8dfb3169c403e8b62 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Thu, 21 Jan 2016 15:16:16 +0000 Subject: [PATCH] Revert "set the validation path to fixed for n-net" We're seeing a 100% failure rate on the grenade multinode jobs on 2 cloud providers. We suspect it's because tempest is trying to ssh on the private network which it doesn't have access to. Lets revert to the previous behaviour and see if it fixes it This reverts commit 46a272b31aaa2999b27c028a164f5548d8aad99b. Change-Id: I50a6de8db7d74b2250a8ad166d13c39af37e1c6c --- lib/tempest | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/tempest b/lib/tempest index ab51438c5e..c9319afe9f 100644 --- a/lib/tempest +++ b/lib/tempest @@ -357,9 +357,6 @@ function configure_tempest { iniset $TEMPEST_CONFIG compute flavor_ref $flavor_ref iniset $TEMPEST_CONFIG compute flavor_ref_alt $flavor_ref_alt iniset $TEMPEST_CONFIG compute ssh_connect_method $ssh_connect_method - # set the equiv validation option here as well to ensure they are - # in sync. They shouldn't be separate options. - iniset $TEMPEST_CONFIG validation connect_method $ssh_connect_method if [[ ! $(is_service_enabled n-cell) && ! $(is_service_enabled neutron) ]]; then iniset $TEMPEST_CONFIG compute fixed_network_name $PRIVATE_NETWORK_NAME fi