commit | 9056da977b0d37430e364b1d6d90de66d79f0fda | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Thu Aug 11 09:09:45 2016 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Thu Aug 11 09:09:54 2016 -0700 |
tree | 788b6f317e2ab1408fd1468d48bcba6e70ae21a2 | |
parent | 526a359c70709506306aa48ced16a1a67925af15 [diff] |
remove hpc references from vtr synchronizer Change-Id: I1b59d4df61fa475331982bd45cb349e1275996db
diff --git a/xos/synchronizer/steps/sync_vtrtenant.py b/xos/synchronizer/steps/sync_vtrtenant.py index f0f7ef3..9fc7252 100644 --- a/xos/synchronizer/steps/sync_vtrtenant.py +++ b/xos/synchronizer/steps/sync_vtrtenant.py
@@ -11,7 +11,6 @@ from core.models import Service, Slice, Tag from services.vsg.models import VSGService, VCPE_KIND from services.vtr.models import VTRService, VTRTenant -from services.hpc.models import HpcService, CDNPrefix from xos.logger import Logger, logging # hpclibrary will be in steps/..