Browse code

Use fixed network for ssh when n-net is enabled

Server rebuild test has stability issues with n-net + floating ip.

Change-Id: I8a921fddbca49c8499938a25f9722ea40cee76cc

Attila Fazekas authored on 2013/12/03 14:17:16
Showing 1 changed files
... ...
@@ -193,7 +193,9 @@ function configure_tempest() {
193 193
 
194 194
     if [ "$Q_USE_NAMESPACE" != "False" ]; then
195 195
         tenant_networks_reachable=false
196
-        ssh_connect_method="floating"
196
+        if ! is_service_enabled n-net; then
197
+            ssh_connect_method="floating"
198
+        fi
197 199
     else
198 200
         tenant_networks_reachable=true
199 201
     fi