From 5544c4a74fb985d10bc3f27fa7778a5824248979 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Mon, 25 Jan 2016 08:27:06 -0500 Subject: [PATCH] always default to floating ips for validation fixed ips are not cross host accessible in our current config. So always configure tempest to use floating ips. Change-Id: I1cf605229070024c9d5d29c7a08967aa505fda7b --- lib/tempest | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/tempest b/lib/tempest index 7fe63dd498..3c34aad539 100644 --- a/lib/tempest +++ b/lib/tempest @@ -127,7 +127,7 @@ function configure_tempest { local flavor_lines local public_network_id local public_router_id - local ssh_connect_method="fixed" + local ssh_connect_method="floating" # Save IFS ifs=$IFS @@ -236,10 +236,6 @@ function configure_tempest { fi fi - if ! is_service_enabled n-net; then - ssh_connect_method="floating" - fi - ssh_connect_method=${TEMPEST_SSH_CONNECT_METHOD:-$ssh_connect_method} if [ "$Q_L3_ENABLED" = "True" ]; then