openstack-charmers / zaza-openstack-tests

OpenStack Charms Functional Test Library for Zaza
Apache License 2.0
7 stars 77 forks source link

Fix traefik config filename #1164

Closed hemanthnakkina closed 10 months ago

hemanthnakkina commented 10 months ago

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.yaml

In tempest tests, wait_for_traefik, change the filename format to support both ingress and traefik-route interfaces.