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 a084f1c commit a2b04f3Copy full SHA for a2b04f3
environments/site/tofu/control.tf
@@ -36,7 +36,10 @@ resource "openstack_networking_port_v2" "control" {
36
}
37
38
lifecycle {
39
- ignore_changes = [ binding ]
+ ignore_changes = [
40
+ binding, # fixes running as admin
41
+ extra_dhcp_option # required for networking-mlnx neutron plugin
42
+ ]
43
44
45
environments/site/tofu/node_group/nodes.tf
@@ -73,7 +73,10 @@ resource "openstack_networking_port_v2" "compute" {
73
74
75
76
77
78
79
80
81
82
0 commit comments