Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading