Use fixed network for ssh when n-net is enabled
Server rebuild test has stability issues with n-net + floating ip. Change-Id: I8a921fddbca49c8499938a25f9722ea40cee76cc
This commit is contained in:
parent
8097838ab1
commit
f9e773982a
@ -193,7 +193,9 @@ function configure_tempest() {
|
||||
|
||||
if [ "$Q_USE_NAMESPACE" != "False" ]; then
|
||||
tenant_networks_reachable=false
|
||||
if ! is_service_enabled n-net; then
|
||||
ssh_connect_method="floating"
|
||||
fi
|
||||
else
|
||||
tenant_networks_reachable=true
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user