Skip to content

Commit 488ca58

Browse files
authored
Merge branch 'main' into ci/image-description
2 parents 0ffe0c1 + 8213ddb commit 488ca58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/cluster_infra/templates/outputs.tf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
output "cluster_gateway_ip" {
22
description = "The IP address of the gateway used to contact the cluster nodes"
3-
value = openstack_compute_floatingip_associate_v2.login_floatingip_assoc.floating_ip
3+
value = openstack_networking_floatingip_associate_v2.login_floatingip_assoc.floating_ip
44
}
55

66
{% if cluster_ssh_private_key_file is not defined %}

0 commit comments

Comments
 (0)