When creating configuration files from a topology in a different directory, the topology directory is not used when searching for the Jinja2 templates. Root cause: calls to get_search_path which hard-codes the search path.
We should get rid of that function and replace it with configurable search paths.
When creating configuration files from a topology in a different directory, the topology directory is not used when searching for the Jinja2 templates. Root cause: calls to
get_search_pathwhich hard-codes the search path.We should get rid of that function and replace it with configurable search paths.