commit | ca52aeace0ef451c22b6c1ef8f55159f4e16db16 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Thu Mar 15 15:34:42 2018 -0700 |
committer | Matteo Scandolo <teo@opennetworking.org> | Thu Mar 15 15:34:42 2018 -0700 |
tree | 4891f4cefde8630da1b2b2e94a0c09a00b0daf67 | |
parent | 89f1648c5ca77d333b647ecc5bd38390c5ec29b8 [diff] |
[CORD-2826] Removing VSG model import from model_policies Change-Id: I9f5011a896c07d1f37a2a69434d034ad20f3f814
diff --git a/xos/synchronizer/model_policies/model_policy_voltserviceinstance.py b/xos/synchronizer/model_policies/model_policy_voltserviceinstance.py index 0255d74..435fbfb 100644 --- a/xos/synchronizer/model_policies/model_policy_voltserviceinstance.py +++ b/xos/synchronizer/model_policies/model_policy_voltserviceinstance.py
@@ -14,7 +14,7 @@ # limitations under the License. -from synchronizers.new_base.modelaccessor import VOLTServiceInstance, ServiceInstanceLink, VSGService, VSGServiceInstance, model_accessor +from synchronizers.new_base.modelaccessor import VOLTServiceInstance, ServiceInstanceLink, model_accessor from synchronizers.new_base.policy import Policy class VOLTServiceInstancePolicy(Policy):