Skip to content

Commit

Permalink
Merge pull request #3740 from openshift-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…3734-to-release-4.5

[release-4.5] Bug 1846297: OpenStack: Wait for router interface to create FIP
  • Loading branch information
openshift-merge-robot committed Jun 17, 2020
2 parents 3e95d77 + 6af6967 commit 2874fb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/data/openstack/topology/private-network.tf
Expand Up @@ -128,6 +128,7 @@ resource "openstack_networking_floatingip_associate_v2" "api_fip" {
count = length(var.lb_floating_ip) == 0 ? 0 : 1
port_id = openstack_networking_port_v2.api_port.id
floating_ip = var.lb_floating_ip
depends_on = [openstack_networking_router_interface_v2.nodes_router_interface]
}

resource "openstack_networking_router_v2" "openshift-external-router" {
Expand Down

0 comments on commit 2874fb3

Please sign in to comment.