'TenantInterfaceRoutes': {'default': [], 'description': "Routes for the tenant network traffic. JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}] Unless the default is changed, the parameter is automatically resolved from the subnet host_routes attribute.\n", 'type': 'json'},
'TenantInterfaceRoutes': {'default': <map object at 0x7fa165c1b898>, 'description': "Routes for the tenant network traffic. JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}] Unless the default is changed, the parameter is automatically resolved from the subnet host_routes attribute.\n", 'type': 'json'},
Issue seems to be happening during 'replace_links_in_template'.
Comparing the contents of the content of:
'template = yaml.safe_ load(contents) '
'TenantInterfac eRoutes' : {'default': [], 'description': "Routes for the tenant network traffic. JSON route e.g. [{'destination' :'10.0. 0.0/16' , 'nexthop' :'10.0. 0.1'}] Unless the default is changed, the parameter is automatically resolved from the subnet host_routes attribute.\n", 'type': 'json'},
to:
'template = replace_ links_in_ template( template, link_replacement)'
'TenantInterfac eRoutes' : {'default': <map object at 0x7fa165c1b898>, 'description': "Routes for the tenant network traffic. JSON route e.g. [{'destination' :'10.0. 0.0/16' , 'nexthop' :'10.0. 0.1'}] Unless the default is changed, the parameter is automatically resolved from the subnet host_routes attribute.\n", 'type': 'json'},
Issue seems to be happening during 'replace_ links_in_ template' .