Update artifactory remote PYPI repository

Update remote PYPI repo to use new pypi.org

Change-Id: I9dc4d3b4704c5bb6d1d3e91edf9e118533dd0698
See: https://mirantis.jira.com/browse/PROD-24349
diff --git a/artifactory/client/init.yml b/artifactory/client/init.yml
index bd69bd3..381681e 100644
--- a/artifactory/client/init.yml
+++ b/artifactory/client/init.yml
@@ -329,7 +329,8 @@
           pypi-remote:
             rclass: remote
             packageType: pypi
-            url: https://pypi.python.org
+            url: https://files.pythonhosted.org
+            pyPIRegistryUrl: https://pypi.org
             unusedArtifactsCleanupEnabled: true
             unusedArtifactsCleanupPeriodHours: 720