always default to floating ips for validation

fixed ips are not cross host accessible in our current config. So
always configure tempest to use floating ips.

Change-Id: I1cf605229070024c9d5d29c7a08967aa505fda7b
(cherry picked from commit 5544c4a74f)
This commit is contained in:
Sean Dague
2016-01-25 08:27:06 -05:00
parent bbcc74abcc
commit 5762816346

View File

@@ -138,7 +138,7 @@ function configure_tempest {
local public_router_id
local tenant_networks_reachable
local boto_instance_type="m1.tiny"
local ssh_connect_method="fixed"
local ssh_connect_method="floating"
# Save IFS
ifs=$IFS
@@ -261,9 +261,6 @@ 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