Merge "Remove Nova v3 API code from RestClient"
diff --git a/tempest/common/rest_client.py b/tempest/common/rest_client.py
index c25aa8d..c54f698 100644
--- a/tempest/common/rest_client.py
+++ b/tempest/common/rest_client.py
@@ -153,11 +153,6 @@
if catalog_type == service:
endpoint_type = getattr(cfg, 'endpoint_type', 'publicURL')
break
- # Special case for compute v3 service which hasn't its own
- # configuration group
- else:
- if service == CONF.compute.catalog_v3_type:
- endpoint_type = CONF.compute.endpoint_type
return endpoint_type
@property