FIX: for synchronizer loop when infra service monitoring is enabled

Change-Id: Idf98a11677d0b14d94d0b1bbb4354e74c0d0c5ec
diff --git a/xos/synchronizer/steps/enable_monitoring_service.yaml b/xos/synchronizer/steps/enable_monitoring_service.yaml
index de03646..22d94fb 100644
--- a/xos/synchronizer/steps/enable_monitoring_service.yaml
+++ b/xos/synchronizer/steps/enable_monitoring_service.yaml
@@ -11,9 +11,9 @@
         {% endfor %}
 
   tasks:
-  - name: debug
-    debug: msg=" {{ '{{' }} item {{ '}}' }} "
-    with_items: " {{ '{{' }} monitoringagents {{ '}}' }} "
+#  - name: debug
+#    debug: msg=" {{ '{{' }} item {{ '}}' }} "
+#    with_items: " {{ '{{' }} monitoringagents {{ '}}' }} "
     
   - name:  starting openstack service monitoring agent
     uri: 
diff --git a/xos/synchronizer/steps/sync_openstackmonitoringpublisher.py b/xos/synchronizer/steps/sync_openstackmonitoringpublisher.py
index 2c3d74d..5622657 100644
--- a/xos/synchronizer/steps/sync_openstackmonitoringpublisher.py
+++ b/xos/synchronizer/steps/sync_openstackmonitoringpublisher.py
@@ -111,8 +111,6 @@
 
         run_template(template_name, fields)
 
-        o.save()
-
     def map_delete_inputs(self, o):
         fields = {"unique_id": o.id,
                   "delete": True}