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 3261bc5 commit c162f73Copy full SHA for c162f73
tests/functional/base_test.go
@@ -116,6 +116,11 @@ func GetDefaultOctaviaSpec() map[string]interface{} {
116
"persistenceDatabaseAccount": "octavia-persistence-db-account",
117
"lbMgmtNetwork": map[string]interface{}{
118
"availabilityZones": []string{"az0"},
119
+ // It seems that the functional tests don't use the correct default
120
+ // values for nested structures, when the default is defined in the
121
+ // parent struct
122
+ "manageLbMgmtNetworks": true,
123
+ "createDefaultLbMgmtNetwork": true,
124
},
125
}
126
0 commit comments