Skip to content

Commit 8213ddb

Browse files
authored
Fix up the outputs, after the fip fix (#446)
1 parent bb8789e commit 8213ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ansible/roles/cluster_infra/templates/outputs.tf.j2

+1-1
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)