vtn config file for openstack synchronizer

Change-Id: I3bf28cad413f1e58526a4c8ce0d8c9332c7716f2
diff --git a/cord-pod/files/openstack_synchronizer_config b/cord-pod/files/openstack_synchronizer_config
new file mode 100644
index 0000000..b52ac9b
--- /dev/null
+++ b/cord-pod/files/openstack_synchronizer_config
@@ -0,0 +1,30 @@
+[db]
+name=xos
+user=postgres
+password=password
+host=localhost
+port=5432
+
+[api]
+nova_enabled=True
+
+[nova]
+ca_ssl_cert=/etc/ssl/certs/ca-certificates.crt
+
+[observer]
+name=openstack
+dependency_graph=/opt/xos/model-deps
+steps_dir=/opt/xos/synchronizers/openstack/steps
+sys_dir=/opt/xos/synchronizers/openstack/sys
+logfile=/var/log/xos_backend.log
+save_ansible_output=True
+backoff_disabled=False
+pretend=False
+images_directory=/opt/xos/images
+
+[feefie]
+client_id='vicci_dev_central'
+user_id='pl'
+
+[networking]
+use_vtn=True
diff --git a/cord-pod/synchronizers.yaml b/cord-pod/synchronizers.yaml
index 02035e3..7eb9ab0 100644
--- a/cord-pod/synchronizers.yaml
+++ b/cord-pod/synchronizers.yaml
@@ -17,3 +17,8 @@
       properties:
         no-create: true
         synchronizer_config: /root/setup/files/vtr_synchronizer_config
+    servicecontroller#openstack:
+      type: tosca.nodes.ServiceController
+      properties:
+        no-create: true
+        synchronizer_config: /root/setup/files/openstack_synchronizer_config