Skip to content

Commit

Permalink
Merge pull request #1164 from hemanthnakkina/ingress-workaround-fix
Browse files Browse the repository at this point in the history
Fix traefik config filename
  • Loading branch information
Liam Young authored Nov 3, 2023
2 parents 18e735c + 6d9d712 commit d6ada89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zaza/openstack/charm_tests/tempest/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def wait_for_traefik(self, application_name):
"determine when traefik has processed all requests")
units_count = len(zaza.model.get_units(application_name))
container_cmd = (
"cat /opt/traefik/juju/juju_ingress_ingress_*_{}.yaml").format(
"cat /opt/traefik/juju/juju_ingress_*_*_{}.yaml").format(
application_name)
container_name = "traefik"
for unit in zaza.model.get_units("traefik"):
Expand Down

0 comments on commit d6ada89

Please sign in to comment.