Fix SSH host to floating IP from fixed IP
SSH cannot reach to the server, if Tempest node is different from
OpenStack node.
This test case should set floating IP to the server.
This Patche sets floating IP to the server.
Change-Id: Ib38bad9145f51b805142ee26bd02f4f0d5eee2ee
Fixes: bug #1199202
diff --git a/etc/tempest.conf.sample b/etc/tempest.conf.sample
index 12aa399..f23c8f2 100644
--- a/etc/tempest.conf.sample
+++ b/etc/tempest.conf.sample
@@ -97,6 +97,9 @@
# Number of seconds to wait for output from ssh channel
ssh_channel_timeout = 60
+# Dose the SSH uses Floating IP?
+use_floatingip_for_ssh = True
+
# The type of endpoint for a Compute API service. Unless you have a
# custom Keystone service catalog implementation, you probably want to leave
# this value as "compute"