From 78d5b8869948d58bc53a392a590242b2abeda084 Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Sun, 21 Apr 2019 14:44:48 +0800 Subject: [PATCH] Move to opendev Change-Id: I4edb8c6cae3250c85718bdf85e966eb096079da3 --- Gemfile | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index def52b6a..8c7a257b 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 e3eeb864..0aea3cfc 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