[CORD-2791] Rename Rename VOLTTenant in VOLTServiceInstance
Change-Id: I7dfd06c62b77400b5f5bf88183a35e3ad2be75a2
diff --git a/.gitignore b/.gitignore
index 485dee6..c10666e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
.idea
+*.pyc
diff --git a/xos/synchronizer/Dockerfile.synchronizer b/xos/synchronizer/Dockerfile.synchronizer
index 4a59f4c..cde6a57 100644
--- a/xos/synchronizer/Dockerfile.synchronizer
+++ b/xos/synchronizer/Dockerfile.synchronizer
@@ -13,6 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+# docker build -t xosproject/vsg-synchronizer:candidate -f Dockerfile.synchronizer .
# xosproject/vsg-synchronizer
FROM xosproject/xos-synchronizer-base:candidate
diff --git a/xos/synchronizer/model_policies/model_policy_vsgserviceinstance.py b/xos/synchronizer/model_policies/model_policy_vsgserviceinstance.py
index e5a0562..050093f 100644
--- a/xos/synchronizer/model_policies/model_policy_vsgserviceinstance.py
+++ b/xos/synchronizer/model_policies/model_policy_vsgserviceinstance.py
@@ -14,7 +14,7 @@
# limitations under the License.
-from synchronizers.new_base.modelaccessor import *
+from synchronizers.new_base.modelaccessor import VSGServiceInstance, AddressManagerServiceInstance, VSGService, Tag, Flavor, Instance, Port, NetworkParameterType, NetworkParameter, ServiceInstance, model_accessor
from synchronizers.new_base.model_policies.model_policy_tenantwithcontainer import TenantWithContainerPolicy, LeastLoadedNodeScheduler
from synchronizers.new_base.exceptions import *