commit | ef17d0c7ba19884421c2fe07560e5ad02ed038f9 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Mon Feb 20 08:45:45 2017 -0800 |
committer | Scott Baker <smbaker@gmail.com> | Mon Feb 20 08:45:45 2017 -0800 |
tree | a6cd531888d3434e6bd9b915ae2ee7ea20b28826 | |
parent | a50a0129f676f80e500e44b88c9dfa455ad08fca [diff] |
fix queryset.remove bug in sync step Change-Id: I5f9a3c487c70db349b89d8e294945a41082843b2
diff --git a/xos/synchronizer/steps/sync_vroutertenant.py b/xos/synchronizer/steps/sync_vroutertenant.py index 190dd2b..3fa95a4 100644 --- a/xos/synchronizer/steps/sync_vroutertenant.py +++ b/xos/synchronizer/steps/sync_vroutertenant.py
@@ -43,6 +43,8 @@ else: objs = VRouterTenant.get_deleted_tenant_objects() + objs = list(objs) + # Check that each is a valid vCPE tenant or instance for vroutertenant in objs: # Do we have a vCPE subscriber_tenant?