Merge "Drop useless check logic"

This commit is contained in:
Zuul
2025-11-24 09:29:57 +00:00
committed by Gerrit Code Review

View File

@@ -53,8 +53,6 @@ class OpenStackSDKPlugin(os_client.ExtensionMixin,
def _get_service_interfaces(self):
interfaces = {}
if not os_service_types:
return interfaces
types = os_service_types.ServiceTypes()
for name, _ in config.list_opts():
if not name or not name.startswith('clients_'):