Add new method to ReclassManager to easy edit the reclass models. PROD-36050

Change-Id: Iab007f21abbd00cdc085e999dc8e4b035e93d4a7
diff --git a/tcp_tests/templates/shared-test-tools.yaml b/tcp_tests/templates/shared-test-tools.yaml
index 802c222..150c6a9 100644
--- a/tcp_tests/templates/shared-test-tools.yaml
+++ b/tcp_tests/templates/shared-test-tools.yaml
@@ -8,7 +8,7 @@
     apt-get install -y build-essential python-dev virtualenv python-virtualenv;
     virtualenv venv-reclass-tools;
     . venv-reclass-tools/bin/activate;
-    pip install git+git://github.com/dis-xcom/reclass_tools.git
+    pip install git+https://gerrit.mcp.mirantis.com/mcp/tcp-qa-reclass-tools
   node_name: {{ HOSTNAME_CFG01 }}
   retry: {count: 1, delay: 1}
   skip_fail: false