commit | 505f6d08bef323a2afcf582e405134a773c07443 | [log] [tgz] |
---|---|---|
author | Sapan Bhatia <sapan@opennetworking.org> | Mon Nov 20 19:50:12 2017 +0000 |
committer | Gerrit Code Review <gerrit@opencord.org> | Mon Nov 20 19:50:12 2017 +0000 |
tree | c750019c0aa6592b39a29d75ecebeb697afd6408 | |
parent | 9eea197db9d50cd7f5fd69caaccca8d914a74f89 [diff] | |
parent | 100a814613be262be5b3fe80f0a76fa89df5c5b9 [diff] |
Merge "Fix faulty JSON in model-deps" into cord-4.1
diff --git a/xos/synchronizer/model-deps b/xos/synchronizer/model-deps index c9d367b..a606aff 100644 --- a/xos/synchronizer/model-deps +++ b/xos/synchronizer/model-deps
@@ -1,3 +1,5 @@ { - ["Instance", "instance", ""] + "VSPGWCTenant": [ + ["Instance", "instance", ""] + ] }