Skip to content

Commit

Permalink
Merge pull request #1247 from freyes/fix-labels-fmt
Browse files Browse the repository at this point in the history
Fix [magnum].label formatting
  • Loading branch information
javacruft authored Jul 29, 2024
2 parents b4964ce + cb80273 commit 0718782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zaza/openstack/charm_tests/tempest/templates/tempest_v3.j2
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ flavor_id = {{ flavor_ref }}
dns_nameserver = {{ test_name_server }}
network_driver = flannel
{%- if test_registry_prefix %}
labels = container_infra_prefix:{{ test_registry_prefix }}
labels = container_infra_prefix={{ test_registry_prefix }}
insecure_registry = {{ test_registry_prefix }}
{%- endif %}
{%- endif %}
Expand Down

0 comments on commit 0718782

Please sign in to comment.