diff options
-rw-r--r-- | apex/common/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apex/common/constants.py b/apex/common/constants.py index 68815be8..49534965 100644 --- a/apex/common/constants.py +++ b/apex/common/constants.py @@ -70,7 +70,7 @@ VALID_DOCKER_SERVICES = { DOCKERHUB_OOO = 'https://registry.hub.docker.com/v2/repositories' \ '/tripleomaster/' KUBESPRAY_URL = 'https://github.com/kubernetes-incubator/kubespray.git' -OPNFV_ARTIFACTS = 'http://artifacts.opnfv.org' +OPNFV_ARTIFACTS = 'http://storage.googleapis.com/artifacts.opnfv.org' CUSTOM_OVS = '{}/apex/random/openvswitch-2.9.0-9.el7fdn.x86_64.' \ 'rpm'.format(OPNFV_ARTIFACTS) |