6d9d712310
Traefik config file names are of format juju_ingress_ingress_<id>_<app>.yaml for ingress interface. However if traefik_route interface is used, the file name format is juju_ingress_traefik-route_<id>_<app>.yamlwq In tempest tests, wait_for_traefik, change the filename format to support both ingress and traefik-route interfaces.