We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d653f2c commit c77569bCopy full SHA for c77569b
environments/site/tofu/control.tf
@@ -37,7 +37,7 @@ resource "openstack_networking_port_v2" "control" {
37
38
lifecycle {
39
ignore_changes = [
40
- binding, # fixes running as admin
+ binding, # fixes running as admin
41
extra_dhcp_option # required for networking-mlnx neutron plugin
42
]
43
}
environments/site/tofu/node_group/nodes.tf
@@ -74,7 +74,7 @@ resource "openstack_networking_port_v2" "compute" {
74
75
76
77
78
79
80
0 commit comments