We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7b21cd + 5544c4a commit ffb96b8Copy full SHA for ffb96b8
1 file changed
lib/tempest
@@ -127,7 +127,7 @@ function configure_tempest {
127
local flavor_lines
128
local public_network_id
129
local public_router_id
130
- local ssh_connect_method="fixed"
+ local ssh_connect_method="floating"
131
132
# Save IFS
133
ifs=$IFS
@@ -236,10 +236,6 @@ function configure_tempest {
236
fi
237
238
239
- if ! is_service_enabled n-net; then
240
- ssh_connect_method="floating"
241
- fi
242
-
243
ssh_connect_method=${TEMPEST_SSH_CONNECT_METHOD:-$ssh_connect_method}
244
245
if [ "$Q_L3_ENABLED" = "True" ]; then
0 commit comments