Bug fix
diff --git a/xos/synchronizers/fabric/steps/sync_vroutertenant.py b/xos/synchronizers/fabric/steps/sync_vroutertenant.py
index a711420..fd77ca2 100644
--- a/xos/synchronizers/fabric/steps/sync_vroutertenant.py
+++ b/xos/synchronizers/fabric/steps/sync_vroutertenant.py
@@ -60,7 +60,7 @@
#
# Do we have a vCPE subscriber_tenant?
if (vroutertenant.subscriber_tenant):
- sub = self.vroutertenant.subscriber_tenant
+ sub = vroutertenant.subscriber_tenant
if (sub.kind == 'vCPE'):
instance_id = sub.get_attribute("instance_id")
if instance_id: