Use floating_ips_client from tempest-lib
The files below have been migrated to tempest-lib
* floating_ips_client.py: Ide46dfbd437707c376bb44f86c99a87b739b9ef0
* floating_ips.py: Iab0f7faca8d23d18061c5b3d13bb8b5e0536025c
* test_floating_ips_client.py: Ide46dfbd437707c376bb44f86c99a87b739b9ef0
Now Tempest-lib provides those as stable interfaces. So Tempest should
start using those from lib and remove its own copy.
Change-Id: Ic7c87fa92737a7127fe0194633f8563ad4e61453
diff --git a/tempest/clients.py b/tempest/clients.py
index 761f6f7..2a2e0d3 100644
--- a/tempest/clients.py
+++ b/tempest/clients.py
@@ -32,6 +32,8 @@
FloatingIPPoolsClient
from tempest_lib.services.compute.floating_ips_bulk_client import \
FloatingIPsBulkClient
+from tempest_lib.services.compute.floating_ips_client import \
+ FloatingIPsClient as ComputeFloatingIPsClient
from tempest_lib.services.compute.hosts_client import HostsClient
from tempest_lib.services.compute.hypervisor_client import \
HypervisorClient
@@ -70,8 +72,6 @@
from tempest import manager
from tempest.services.baremetal.v1.json.baremetal_client import \
BaremetalClient
-from tempest.services.compute.json.floating_ips_client import \
- FloatingIPsClient as ComputeFloatingIPsClient
from tempest.services.compute.json.keypairs_client import KeyPairsClient
from tempest.services.compute.json.security_group_rules_client import \
SecurityGroupRulesClient