diff options
author | ZhongShengping <chdzsp@163.com> | 2019-04-22 11:48:26 +0800 |
---|---|---|
committer | ZhongShengping <chdzsp@163.com> | 2019-04-24 16:13:58 +0800 |
commit | a280696a03a824bc2409b9e5b393e01daf94e84d (patch) | |
tree | 24dda9649ad92a0523ce98d959b1aeb4ecf553ef /devstack/common_settings | |
parent | d0e6c6cb10a9dab54e605975e5d763994ed0e1be (diff) | |
download | ironic-a280696a03a824bc2409b9e5b393e01daf94e84d.tar.gz |
Replace git.openstack.org URLs with opendev.org URLs
Thorough replacement of git.openstack.org URLs with their opendev.org
counterparts.
Change-Id: Ic19e45986e9f650c1deb297f463e679fd268ad97
Diffstat (limited to 'devstack/common_settings')
-rw-r--r-- | devstack/common_settings | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devstack/common_settings b/devstack/common_settings index 86eaed92c..0a5fe2387 100644 --- a/devstack/common_settings +++ b/devstack/common_settings @@ -21,7 +21,7 @@ fi IRONIC_IMAGE_NAME=${DEFAULT_IMAGE_NAME:-$IRONIC_DEFAULT_IMAGE_NAME} # Add link to download queue, ignore if already exist. -# TODO(vsaienko) Move to devstack https://review.openstack.org/420656 +# TODO(vsaienko) Move to devstack https://review.opendev.org/420656 function add_image_link { local i_link="$1" if ! [[ "$IMAGE_URLS" =~ "$i_link" ]]; then |