Move to opendev

Change-Id: I64e98a796ec7d702b6bf5794eaf33210b41ef8cb
This commit is contained in:
ZhongShengping 2019-04-21 14:44:49 +08:00
parent 5f5eddf089
commit 15185d4194
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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