Skip to content

Commit

Permalink
Fix up the outputs, after the fip fix (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnGarbutt authored Oct 1, 2024
1 parent bb8789e commit 8213ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/cluster_infra/templates/outputs.tf.j2
Original file line number Diff line number Diff line change
@@ -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 %}
Expand Down

0 comments on commit 8213ddb

Please sign in to comment.