From 3c7a1fc4ff1375fbd514896a687b35f07eb2dc62 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Thu, 8 Aug 2024 10:40:06 +0200 Subject: [PATCH] CI: Fix variable name for Nova noVNC FQDN Change-Id: I651f8e3fe9d0a247fa505e327847557ed426f6cf --- tests/templates/globals-default.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/templates/globals-default.j2 b/tests/templates/globals-default.j2 index 32617b88b1..622c49c353 100644 --- a/tests/templates/globals-default.j2 +++ b/tests/templates/globals-default.j2 @@ -241,7 +241,7 @@ horizon_external_fqdn: "horizon.external" keystone_external_fqdn: "keystone.external" neutron_external_fqdn: "neutron.external" nova_external_fqdn: "nova.external" -nova_novncproxy_external_fqdn: "novncproxy.external" +nova_novncproxy_fqdn: "novncproxy.external" placement_external_fqdn: "placement.external" {% endif %}