From 945a88905e9e3e5d4e0e52f10f67c632b47941b1 Mon Sep 17 00:00:00 2001 From: John Garbutt Date: Tue, 1 Oct 2024 12:17:16 +0100 Subject: [PATCH] Fix up the outputs, after the fip fix --- ansible/roles/cluster_infra/templates/outputs.tf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/cluster_infra/templates/outputs.tf.j2 b/ansible/roles/cluster_infra/templates/outputs.tf.j2 index 885e4ad79..4d894a1dd 100644 --- a/ansible/roles/cluster_infra/templates/outputs.tf.j2 +++ b/ansible/roles/cluster_infra/templates/outputs.tf.j2 @@ -1,6 +1,6 @@ output "cluster_gateway_ip" { description = "The IP address of the gateway used to contact the cluster nodes" - value = openstack_compute_floatingip_associate_v2.login_floatingip_assoc.floating_ip + value = openstack_networking_floatingip_associate_v2.login_floatingip_assoc.floating_ip } {% if cluster_ssh_private_key_file is not defined %}