Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I0ec434dfd6a1608a8556b0d2a8fdcb1266fd7adf
This commit is contained in:
parent
907c62d37d
commit
d3c96a98c4
@ -18,7 +18,7 @@ Release notes for the project can be found at:
|
||||
https://docs.openstack.org/releasenotes/openstack-ansible-ceph_client/
|
||||
|
||||
The project source code repository is located at:
|
||||
https://git.openstack.org/cgit/openstack/openstack-ansible-ceph_client/
|
||||
https://opendev.org/openstack/openstack-ansible-ceph_client/
|
||||
|
||||
The project home is at:
|
||||
https://launchpad.net/openstack-ansible
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
- name: apt_package_pinning
|
||||
src: https://git.openstack.org/openstack/openstack-ansible-apt_package_pinning
|
||||
src: https://opendev.org/openstack/openstack-ansible-apt_package_pinning
|
||||
scm: git
|
||||
version: master
|
||||
|
2
tox.ini
2
tox.ini
@ -7,7 +7,7 @@ envlist = docs,linters,functional
|
||||
[testenv]
|
||||
usedevelop = True
|
||||
install_command =
|
||||
pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
|
||||
pip install -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
|
||||
commands =
|
||||
/usr/bin/find . -type f -name "*.pyc" -delete
|
||||
passenv =
|
||||
|
Loading…
Reference in New Issue
Block a user