From ad40016e6cf60b41e0260f08bce2b477d59a5ae7 Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Sun, 21 Apr 2019 14:44:49 +0800 Subject: [PATCH] Move to opendev Change-Id: I682ea517c92ecc697bdc1073f173c517aa8384e4 --- Gemfile | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index def52b6..8c7a257 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ group :development, :test, :system_tests do :require => 'false' else gem 'puppet-openstack_spec_helper', - :git => 'https://git.openstack.org/openstack/puppet-openstack_spec_helper', + :git => 'https://opendev.org/openstack/puppet-openstack_spec_helper', :require => 'false' end end diff --git a/tox.ini b/tox.ini index e3eeb86..0aea3cf 100644 --- a/tox.ini +++ b/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