From c880ebb4cbe5d2d380c00ac05ffcfacdc58c5e8c Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Mon, 22 Apr 2019 08:56:51 +0800 Subject: [PATCH] Move to opendev Change-Id: Ie2dbcbc23945c90b4998567a613dc14554e8fd79 --- puppet-{{cookiecutter.project_name}}/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet-{{cookiecutter.project_name}}/tox.ini b/puppet-{{cookiecutter.project_name}}/tox.ini index e3eeb86..0aea3cf 100644 --- a/puppet-{{cookiecutter.project_name}}/tox.ini +++ b/puppet-{{cookiecutter.project_name}}/tox.ini @@ -4,7 +4,7 @@ skipsdist = True envlist = releasenotes [testenv] -install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages} +install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages} [testenv:releasenotes] basepython = python3