Fixed vpgwc synchronizer issues
Change-Id: I5a8d11c8b6103b51637fec778370d0eca8bc15e5
diff --git a/xos/synchronizer/vpgwc_from_api_config b/xos/synchronizer/vpgwc_from_api_config
new file mode 100755
index 0000000..811b011
--- /dev/null
+++ b/xos/synchronizer/vpgwc_from_api_config
@@ -0,0 +1,21 @@
+Sets options for the syncrhonizer
+[observer]
+name=vpgwc
+dependency_graph=/opt/xos/synchronizers/vpgwc/model-deps
+steps_dir=/opt/xos/synchronizers/vpgwc/steps
+sys_dir=/opt/xos/synchronizers/vpgwc/sys
+log_file=console
+log_level=debug
+pretend=False
+backoff_disabled=True
+save_ansible_output=True
+proxy_ssh=True
+proxy_ssh_key=/opt/cord_profile/node_key
+proxy_ssh_user=root
+enable_watchers=True
+accessor_kind=api
+accessor_password=@/opt/xos/services/vpgwc/credentials/xosadmin@opencord.org
+#required_models=VPGWCService, VPGWCTenant, ServiceDependency, ServiceMonitoringAgentInfo
+[networking]
+use_vtn=True
+