Browse code

Merge "always default to floating ips for validation" into stable/liberty

Jenkins authored on 2016/02/01 23:34:12
Showing 1 changed files
... ...
@@ -138,7 +138,7 @@ function configure_tempest {
138 138
     local public_router_id
139 139
     local tenant_networks_reachable
140 140
     local boto_instance_type="m1.tiny"
141
-    local ssh_connect_method="fixed"
141
+    local ssh_connect_method="floating"
142 142
 
143 143
     # Save IFS
144 144
     ifs=$IFS
... ...
@@ -261,9 +261,6 @@ function configure_tempest {
261 261
 
262 262
     if [ "$Q_USE_NAMESPACE" != "False" ]; then
263 263
         tenant_networks_reachable=false
264
-        if ! is_service_enabled n-net; then
265
-            ssh_connect_method="floating"
266
-        fi
267 264
     else
268 265
         tenant_networks_reachable=true
269 266
     fi