Bug fix

Change-Id: I20e0e1ae77d0c826db3928e2aa6fede5b5bc40a5
diff --git a/xos/synchronizer/steps/sync_vroutertenant.py b/xos/synchronizer/steps/sync_vroutertenant.py
index 150a596..d94f988 100644
--- a/xos/synchronizer/steps/sync_vroutertenant.py
+++ b/xos/synchronizer/steps/sync_vroutertenant.py
@@ -87,7 +87,7 @@
             }
         }
 
-        file(os.path.join(files_dir, name),"w").write(json_dumps(data,indent=4))
+        file(os.path.join(files_dir, name),"w").write(json.dumps(data,indent=4))
 
     def map_sync_inputs(self, vroutertenant):