Skip to content

Commit

Permalink
Replace git.openstack.org URLs with opendev.org URLs
Browse files Browse the repository at this point in the history
Change-Id: Idd169dc8dbe07a17cbdf3e0834ccf3998badcfb2
Closes-Bug: #1826999
  • Loading branch information
jacky06 committed Apr 30, 2019
1 parent 250c524 commit 447b377
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ the `specification`_ which created this library.

* Free software: Apache license
* Documentation: https://docs.openstack.org/oslo.privsep/latest/
* Source: https://git.openstack.org/cgit/openstack/oslo.privsep
* Source: https://opendev.org/openstack/oslo.privsep
* Bugs: https://bugs.launchpad.net/oslo.privsep
* Release Notes: https://docs.openstack.org/releasenotes/oslo.privsep

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ install_command = pip install {opts} {packages}
whitelist_externals =
/bin/sh
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands = stestr run --slowest {posargs}
Expand Down

0 comments on commit 447b377

Please sign in to comment.