From e28706a10c20bcb359f7d2283802ea9b4ef4bc66 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 26 Nov 2020 17:40:26 +0100 Subject: Remove former allow_no_fip logic MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie6e45572e98108fca114a1d798f2d2a99ad41299 Signed-off-by: Cédric Ollivier --- functest/opnfv_tests/openstack/rally/rally.py | 1 - 1 file changed, 1 deletion(-) (limited to 'functest/opnfv_tests') diff --git a/functest/opnfv_tests/openstack/rally/rally.py b/functest/opnfv_tests/openstack/rally/rally.py index 41d807301..548e774a1 100644 --- a/functest/opnfv_tests/openstack/rally/rally.py +++ b/functest/opnfv_tests/openstack/rally/rally.py @@ -69,7 +69,6 @@ class RallyBase(singlevm.VmReady2): visibility = 'public' shared_network = True - allow_no_fip = True task_timeout = 3600 username = 'cirros' -- cgit 1.2.3-korg