Moving metronet-local to be compliand with masted, adding .sh, docker and compose files
Change-Id: I31cf7d476e0c09bedbe9934cd52cf419ac16a7cf
diff --git a/xos/synchronizer/vnodlocal-synchronizer.py b/xos/synchronizer/vnodlocal-synchronizer.py
index 64d0b08..a60c758 100755
--- a/xos/synchronizer/vnodlocal-synchronizer.py
+++ b/xos/synchronizer/vnodlocal-synchronizer.py
@@ -6,7 +6,7 @@
import os
import sys
-observer_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), "../../synchronizers/base")
+observer_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), "../../synchronizers/new_base")
sys.path.append(observer_path)
mod = importlib.import_module("xos-synchronizer")
mod.main()