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 d4f665c commit bb7da1cCopy full SHA for bb7da1c
2 files changed
server/controller/cloud/config/config.go
@@ -31,6 +31,7 @@ type FusionComputeConfig struct {
31
32
type HuaweiManageOneConfig struct {
33
DuplicationEnabled bool `default:"false" yaml:"duplication_enabled"` // 支持重复对接
34
+ LBSyncEnabled bool `default:"true" yaml:"lb_sync_enabled"`
35
}
36
37
type CloudConfig struct {
server/server.yaml
@@ -243,6 +243,8 @@ controller:
243
huawei_manageone:
244
# 支持重复对接
245
duplication_enabled: false
246
+ # 支持 lb 对接
247
+ lb_sync_enabled: true
248
recorder:
249
# recorder模块缓存自愈刷新时间间隔,单位:分钟,默认:60 * 24
250
cache_refresh_interval: 1440
0 commit comments