From 563a7e75b7d26275a7416eb4d6641fcfe867b45a Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Tue, 15 Dec 2015 17:16:19 -0500 Subject: [PATCH] set the validation path to fixed for n-net See if using fixed IPs for connectivity to hosts is more reliable than floating ips, which really were not intended for these purposes (at least in nova-net). Change-Id: I251710ee9186a68bb3ddc58ca803c33b81c8ac49 --- lib/tempest | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/tempest b/lib/tempest index 6adc449ad0..e651dc30ed 100644 --- a/lib/tempest +++ b/lib/tempest @@ -329,6 +329,9 @@ 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