]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commitdiff
Move to opendev
authorZhongShengping <chdzsp@163.com>
Sun, 21 Apr 2019 06:44:48 +0000 (14:44 +0800)
committerZhongShengping <chdzsp@163.com>
Sun, 21 Apr 2019 06:44:48 +0000 (14:44 +0800)
Change-Id: I801bceb3e2300032f09d5b72a05606fb322468a5

Gemfile
tox.ini

diff --git a/Gemfile b/Gemfile
index def52b6a7353f71bf64c868a5ac2fee9e5c9b17f..8c7a257b966df0f226ce16c348af62e66f678d2f 100644 (file)
--- 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 e3eeb8645b6e739d9d9e27717e5494b02b4db048..0aea3cfcb97d243c9e6deb66a414033571d303de 100644 (file)
--- 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