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

Change-Id: I6e4e815052a357014c11e2218594edcfa7a1fab9
This commit is contained in:
zhulingjie 2019-04-23 16:31:09 +08:00
parent 09424cf499
commit 320fee8c19
8 changed files with 14 additions and 14 deletions

View File

@ -161,8 +161,8 @@ Work Items
Dependencies
============
* Congress python client ( `GIT <https://git.openstack.org/stackforge/python-
congressclient>`_ ) will be added into Murano.
* Congress python client ( `GIT <https://opendev.org/openstack/python-congressclient`_ )
will be added into Murano.
* *Murano datasource driver* in Congress `murano driver spec
<https://blueprints.launchpad.net/congress/+spec/murano-driver>`_

View File

@ -167,7 +167,7 @@ packages would be uploaded from the provided path there would be no
interconnection with RabbitMQ
#. Make changes to the class-loader, located in engine, to not use API.
Separate spec is provided for this change (https://review.openstack.org/#/c/198745/).
Separate spec is provided for this change (https://review.opendev.org/#/c/198745/).
#. Implement testing framework, written in MuranoPL that will include the
classes, described below. The structure would be taken from python unittest

View File

@ -262,6 +262,6 @@ References
* [1] https://wiki.openstack.org/wiki/Murano/Specifications/Network_Management
* [2] https://review.openstack.org/#/c/201659/
* [2] https://review.opendev.org/#/c/201659/
* [3] https://murano.readthedocs.org/en/latest/draft/appdev-guide/muranopackages/dynamic_ui.html#dynamicuispec

View File

@ -224,5 +224,5 @@ References
==========
#. https://docs.oracle.com/javase/tutorial/java/package/namingpkgs.html
#. http://docs.openstack.org/developer/stevedore/
#. http://git.openstack.org/cgit/openstack/murano/tree/contrib/plugins/murano_exampleplugin/setup.cfg?h=stable/mitaka
#. https://docs.openstack.org/stevedore/latest/
#. https://opendev.org/openstack/murano/src/tag/mitaka-eol/contrib/plugins/murano_exampleplugin/setup.cfg

View File

@ -290,4 +290,4 @@ References
[1] https://wiki.openstack.org/wiki/Searchlight
[2] http://docs.openstack.org/developer/glance/glancemetadefcatalogapi.html
[3] https://review.openstack.org/#/c/378602
[3] https://review.opendev.org/#/c/378602

View File

@ -161,12 +161,12 @@ murano-dashboard. MuranoPL Docs will also be needed on the new functions.
References
==========
.. [#] https://github.com/openstack/murano-apps/blob/master/MySQL/package/UI/ui.yaml
.. [#] https://github.com/openstack/castellan
.. [#] https://github.com/openstack/barbican
.. [#] https://review.openstack.org/#/c/247561/
.. [#] https://opendev.org/openstack/murano-apps/src/branch/master/MySQL/package/UI/ui.yaml
.. [#] https://opendev.org/openstack/castellan
.. [#] https://opendev.org/openstack/barbican
.. [#] https://review.opendev.org/#/c/247561/
.. [#] http://lists.openstack.org/pipermail/openstack-dev/2017-January/110192.html
.. [#] https://github.com/openstack/castellan/tree/stable/ocata/castellan/key_manager
.. [#] https://opendev.org/openstack/castellan/src/branch/stable/ocata/castellan/key_manager
* Cinder discussion around their alternative insecure key manager for Castellan:
http://lists.openstack.org/pipermail/openstack-dev/2016-January/083241.html

View File

@ -48,7 +48,7 @@ Some notes about using this template:
you should add the APIImpact flag to the commit message. Specifications with
the APIImpact flag can be found with the following query:
https://review.openstack.org/#/q/status:open+project:openstack/murano-specs+message:apiimpact,n,z
https://review.opendev.org/#/q/status:open+project:openstack/murano-specs+message:apiimpact,n,z
Problem description
===================

View File

@ -7,7 +7,7 @@ skipsdist = True
usedevelop = True
setenv = VIRTUAL_ENV={envdir}
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} -U {opts} {packages}
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} -U {opts} {packages}
deps = -r{toxinidir}/requirements.txt
commands = python setup.py testr --slowest --testr-args='{posargs}'
whitelist_externals = find