[gearbox] Use separator ':' for GB_ASIC_DB, GB_COUNTERS_DB and GB_FLEX_COUNTER_DB (#9100)

Keep GB_ASIC_DB, etc consistent with the ones in sonic-swss-common/common/database_config.json
This commit is contained in:
Junhua Zhai 2021-10-29 01:27:52 +08:00 committed by GitHub
parent aab689e961
commit 7de673cb5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,17 +66,17 @@
},
"GB_ASIC_DB" : {
"id" : 9,
"separator": "|",
"separator": ":",
"instance" : "redis"
},
"GB_COUNTERS_DB" : {
"id" : 10,
"separator": "|",
"separator": ":",
"instance" : "redis"
},
"GB_FLEX_COUNTER_DB" : {
"id" : 11,
"separator": "|",
"separator": ":",
"instance" : "redis"
},
"CHASSIS_APP_DB" : {