From 483a76d466da1a621ef68f9c6a0500f4702a3a20 Mon Sep 17 00:00:00 2001 From: Zane Bitter Date: Tue, 28 May 2019 20:00:37 -0400 Subject: [PATCH] Update golang PTI for OpenDev Change-Id: I20a96cc52928d4d43253b8b22b172a2fa7f2574b --- reference/pti/golang.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/reference/pti/golang.rst b/reference/pti/golang.rst index 7e187a13a..6829ef721 100644 --- a/reference/pti/golang.rst +++ b/reference/pti/golang.rst @@ -120,10 +120,9 @@ The required dependencies shall be installed into a golang workspace compatible with the results of running ``go get``. Dependencies are specified in golang via full paths of the form -``git.openstack.org/openstack/golang-client``. All dependencies that are -OpenStack projects will be required to use the ``git.openstack.org`` host -in order for cross-repo dependencies to work properly under Zuul, and to -minimize unnecessary mirrors. +``opendev.org/openstack/golang-client``. All dependencies that are OpenStack +projects will be required to use the ``opendev.org`` host to minimize +unnecessary mirrors. To support OpenStack CI and to ensure the Depends-On footers work properly, this target must not modify existing git repo state for a given dependency