Remove "JSON" from sevice clients' names
Current modules of service clients contain "JSON" in these names
but we need to remove them. Because current service clients supports
JSON only and "JSON" in these names are meaningless now.
Partially implements blueprint consistent-service-method-names
Change-Id: Ic6d4c340e145a18cd45bc6fe750e9fdc8c5d2a8d
diff --git a/tempest/services/compute/json/floating_ips_client.py b/tempest/services/compute/json/floating_ips_client.py
index 6095dc0..e09e4f1 100644
--- a/tempest/services/compute/json/floating_ips_client.py
+++ b/tempest/services/compute/json/floating_ips_client.py
@@ -22,7 +22,7 @@
from tempest.common import service_client
-class FloatingIPsClientJSON(service_client.ServiceClient):
+class FloatingIPsClient(service_client.ServiceClient):
def list_floating_ips(self, params=None):
"""Returns a list of all floating IPs filtered by any parameters."""