do not apply floating IP's before router port is created (#6887)

This commit is contained in:
Hugo Blom
2020-11-06 09:16:50 +01:00
committed by GitHub
parent 93a1693040
commit 1b0326f773
4 changed files with 11 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ module "ips" {
router_id = module.network.router_id
k8s_nodes = var.k8s_nodes
k8s_master_fips = var.k8s_master_fips
router_internal_port_id = module.network.router_internal_port_id
}
module "compute" {