[FIX] Floating IP already exists error
if floating_network_name parameter is set in tempest.conf,
scenario.test_server_basic_ops.verify_ssh test fails
if server already has floating ip set, since it doesn't
check for it's existence. This patch fixes this issue.
More info here [1]
Since get_server_ip() is able to return both fixed and floating ip,
there is no reason to keep the if-else statement anymore.
[1] https://bugs.launchpad.net/tempest/+bug/2020659
Closes-Bug: 2020659
Change-Id: I00a87fe488ebc383c913fa9757f98e19aa2605e9
1 file changed