Move to opendev
Change-Id: I93f58fd262bc58c410b9311d468a7dc137dee7a5
This commit is contained in:
parent
2807d8ab4e
commit
38b7d03dc5
2
Gemfile
2
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
|
||||
|
2
tox.ini
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user