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

This commit is contained in:
Zuul 2019-05-23 01:09:37 +00:00 committed by Gerrit Code Review
commit 6391ee7981
8 changed files with 14 additions and 14 deletions

View File

@ -161,8 +161,8 @@ Work Items
Dependencies Dependencies
============ ============
* Congress python client ( `GIT <https://git.openstack.org/stackforge/python- * Congress python client ( `GIT <https://opendev.org/openstack/python-congressclient`_ )
congressclient>`_ ) will be added into Murano. will be added into Murano.
* *Murano datasource driver* in Congress `murano driver spec * *Murano datasource driver* in Congress `murano driver spec
<https://blueprints.launchpad.net/congress/+spec/murano-driver>`_ <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 interconnection with RabbitMQ
#. Make changes to the class-loader, located in engine, to not use API. #. 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 #. Implement testing framework, written in MuranoPL that will include the
classes, described below. The structure would be taken from python unittest 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 * [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 * [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 #. https://docs.oracle.com/javase/tutorial/java/package/namingpkgs.html
#. http://docs.openstack.org/developer/stevedore/ #. https://docs.openstack.org/stevedore/latest/
#. http://git.openstack.org/cgit/openstack/murano/tree/contrib/plugins/murano_exampleplugin/setup.cfg?h=stable/mitaka #. 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 [1] https://wiki.openstack.org/wiki/Searchlight
[2] http://docs.openstack.org/developer/glance/glancemetadefcatalogapi.html [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 References
========== ==========
.. [#] https://github.com/openstack/murano-apps/blob/master/MySQL/package/UI/ui.yaml .. [#] https://opendev.org/openstack/murano-apps/src/branch/master/MySQL/package/UI/ui.yaml
.. [#] https://github.com/openstack/castellan .. [#] https://opendev.org/openstack/castellan
.. [#] https://github.com/openstack/barbican .. [#] https://opendev.org/openstack/barbican
.. [#] https://review.openstack.org/#/c/247561/ .. [#] https://review.opendev.org/#/c/247561/
.. [#] http://lists.openstack.org/pipermail/openstack-dev/2017-January/110192.html .. [#] 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: * Cinder discussion around their alternative insecure key manager for Castellan:
http://lists.openstack.org/pipermail/openstack-dev/2016-January/083241.html 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 you should add the APIImpact flag to the commit message. Specifications with
the APIImpact flag can be found with the following query: 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 Problem description
=================== ===================

View File

@ -7,7 +7,7 @@ skipsdist = True
usedevelop = True usedevelop = True
setenv = VIRTUAL_ENV={envdir} setenv = VIRTUAL_ENV={envdir}
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY 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 deps = -r{toxinidir}/requirements.txt
commands = python setup.py testr --slowest --testr-args='{posargs}' commands = python setup.py testr --slowest --testr-args='{posargs}'
whitelist_externals = find whitelist_externals = find