diff --git a/heat/engine/clients/os/openstacksdk.py b/heat/engine/clients/os/openstacksdk.py index b75f80dffa..06b1246364 100644 --- a/heat/engine/clients/os/openstacksdk.py +++ b/heat/engine/clients/os/openstacksdk.py @@ -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_'):