don't create the xos network if it already exists, fix db name

Change-Id: I1cdf0ab12c0eec96c205a63f02986b3d4ff2f64d
diff --git a/cord-pod/files/openstack_synchronizer_config b/cord-pod/files/openstack_synchronizer_config
index 74d68e3..3b7f8e9 100644
--- a/cord-pod/files/openstack_synchronizer_config
+++ b/cord-pod/files/openstack_synchronizer_config
@@ -2,7 +2,7 @@
 name=xos
 user=postgres
 password=password
-host=localhost
+host=xos_db
 port=5432
 
 [api]