Skip to content

Commit ffb96b8

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "always default to floating ips for validation"
2 parents a7b21cd + 5544c4a commit ffb96b8

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

lib/tempest

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ function configure_tempest {
127127
local flavor_lines
128128
local public_network_id
129129
local public_router_id
130-
local ssh_connect_method="fixed"
130+
local ssh_connect_method="floating"
131131

132132
# Save IFS
133133
ifs=$IFS
@@ -236,10 +236,6 @@ function configure_tempest {
236236
fi
237237
fi
238238

239-
if ! is_service_enabled n-net; then
240-
ssh_connect_method="floating"
241-
fi
242-
243239
ssh_connect_method=${TEMPEST_SSH_CONNECT_METHOD:-$ssh_connect_method}
244240

245241
if [ "$Q_L3_ENABLED" = "True" ]; then

0 commit comments

Comments
 (0)