[terraform][openstack] allow disabling port_security at port level (#8455)

Use openstack_networking_port_v2 and openstack_networking_floatingip_associate_v2
to attach floating ips. This gives us more flexibility on disabling port security
when binding instances directly on provider networks in private cloud scenario.
This commit is contained in:
Cristian Calin
2022-02-02 18:50:22 +02:00
committed by GitHub
parent aed187e56c
commit 7759494c85
4 changed files with 128 additions and 51 deletions

View File

@@ -106,8 +106,6 @@ variable "k8s_allowed_egress_ips" {
variable "k8s_nodes" {}
variable "wait_for_floatingip" {}
variable "supplementary_master_groups" {
default = ""
}