Replace git.openstack.org URLs with opendev.org URLs

Change-Id: Ibe12d31369a781a31375211f4844bc5de41bdc66
This commit is contained in:
zhulingjie 2019-04-23 16:31:09 +08:00
parent 0a6b222aa1
commit d1ef202c13
5 changed files with 11 additions and 11 deletions

View File

@ -35,17 +35,17 @@ Project Hosting Details
* https://wiki.openstack.org/wiki/Meetings#Murano_meeting
* Code Hosting
* https://git.openstack.org/cgit/openstack/murano
* https://opendev.org/openstack/murano
* https://git.openstack.org/cgit/openstack/murano-agent
* https://opendev.org/openstack/murano-agent
* https://git.openstack.org/cgit/openstack/murano-dashboard
* https://opendev.org/openstack/murano-dashboard
* https://git.openstack.org/cgit/openstack/python-muranoclient
* https://opendev.org/openstack/python-muranoclient
* https://git.openstack.org/cgit/openstack/murano-apps
* https://opendev.org/openstack/murano-apps
* Code Review
* https://review.openstack.org/#/q/murano-dashboard+AND+status:+open,n,z
* https://review.opendev.org/#/q/murano-dashboard+AND+status:+open,n,z
* https://docs.openstack.org/infra/manual/developers.html#development-workflow

View File

@ -40,6 +40,6 @@ Project Resources
* `Murano at Launchpad <https://launchpad.net/murano>`_
* `Wiki <https://wiki.openstack.org/wiki/Murano>`_
* `Code Review <https://review.openstack.org/>`_
* `Code Review <https://review.opendev.org/>`_
* `Sources <https://wiki.openstack.org/wiki/Murano/SourceCode>`_
* `Documentation <https://docs.openstack.org/developer/murano/>`_

View File

@ -34,7 +34,7 @@ Install
-------
1. Check out sources to some directory (*<home>/murano-dashboard*)::
user@work:~/$ git clone https://git.openstack.org/openstack/murano-dashboard
user@work:~/$ git clone https://opendev.org/openstack/murano-dashboard
2. Install virtualenv::

View File

@ -6,7 +6,7 @@
# included in the installed horizon packages
if [ ! -f test-shim.js ];
then
wget -nv -t 3 http://git.openstack.org/cgit/openstack/horizon/plain/test-shim.js
wget -nv -t 3 https://opendev.org/openstack/horizon/raw/branch/master/test-shim.js
fi
echo "Creating a tox env which will contain xStatic libraries, horizon, and openstack_dashboard"

View File

@ -8,7 +8,7 @@ usedevelop = True
setenv = VIRTUAL_ENV={envdir}
DJANGO_SETTINGS_MODULE=muranodashboard.tests.settings
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
http://tarballs.openstack.org/heat-dashboard/heat-dashboard-master.tar.gz
@ -20,7 +20,7 @@ sitepackages = False
commands = flake8
[testenv:py27-queens]
install_command = pip install -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/queens {opts} {packages}
install_command = pip install -chttps://opendev.org/openstack/requirements/raw/branch/stable/queens/upper-constraints.txt {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
http://tarballs.openstack.org/horizon/horizon-stable-queens.tar.gz