[docker-sonic-vs] always use separator ':' for GB_ASIC_DB, like ASIC_DB (#8806)

This commit is contained in:
Junhua Zhai 2021-09-22 10:50:08 +08:00 committed by GitHub
parent 34dddb8ce4
commit 4da623c3f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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