Skip to content
Snippets Groups Projects

(check_xml_dependency): allows to define service type as a config parameter

1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
@@ -58,6 +58,10 @@ def get_service_bundle(service_config):
"""
service_type = service_config.attrib['type']
if service_type[0] == '$':
return None
namespace_and_type = service_type.split('::')
service_namespace = namespace_and_type[1]
service_name = namespace_and_type[-1]
Loading