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

Change-Id: I6bdc8577380549f6d667accfb2689dd09bbcb8cc
This commit is contained in:
caoyuan 2019-04-23 19:37:08 +08:00
parent 845910b283
commit 22ed48cb82
8 changed files with 10 additions and 10 deletions

View File

@ -171,7 +171,7 @@ References
==========
* [1] https://docs.openstack.org/developer/nova/placement.html
* [2] https://review.openstack.org/#/c/318047/
* [2] https://review.opendev.org/#/c/318047/
* [3] https://github.com/openstack/nova/blob/390c7e420f3880a352c3934b9331774f7afdadcc/nova/compute/resource_tracker.py#L751

View File

@ -388,10 +388,10 @@ References
==========
.. [#CyborgNovaSched] `Cyborg Nova Scheduling Specification
<https://review.openstack.org/#/c/554717/>`_
<https://review.opendev.org/#/c/554717/>`_
.. [#Bitstreamspec] `Cyborg bitstream metadata standardization spec
<https://review.openstack.org/#/c/558265/>`_
<https://review.opendev.org/#/c/558265/>`_
.. [#ServerConcepts] `OpenStack Server API Concepts
<https://developer.openstack.org/api-guide/compute/server_concepts.html>`_

View File

@ -202,7 +202,7 @@ None
References
==========
.. [#Cyborg_Nova_scheduling_spec] `Cyborg/Nova Scheduling spec <https://review.openstack.org/#/c/554717>`_
.. [#Cyborg_Nova_scheduling_spec] `Cyborg/Nova Scheduling spec <https://review.opendev.org/#/c/554717>`_
.. [#Custom_traits] `Custom Traits <http://specs.openstack.org/openstack/nova-specs/specs/pike/implemented/resource-provider-traits.html#rest-api-impact>`_

View File

@ -452,11 +452,11 @@ None
References
==========
.. [#os-acc] `Specification for Compute Node <https://review.openstack.org/#/c/566798/>`_
.. [#os-acc] `Specification for Compute Node <https://review.opendev.org/#/c/566798/>`_
.. [#nRP] `Nested RPs in Rocky <http://specs.openstack.org/openstack/nova-specs/specs/rocky/approved/nested-resource-providers-allocation-candidates.html>`_
.. [#drv-api] `Specification for Cyborg Agent-Driver API <https://review.openstack.org/#/c/561849/>`_
.. [#drv-api] `Specification for Cyborg Agent-Driver API <https://review.opendev.org/#/c/561849/>`_
.. [#flavor] `Custom Resource Classes in Flavors <https://specs.openstack.org/openstack/nova-specs/specs/pike/implemented/custom-resource-classes-in-flavors.html>`_

View File

@ -201,4 +201,4 @@ None
References
==========
[1] https://review.openstack.org/#/c/540803
[1] https://review.opendev.org/#/c/540803

View File

@ -300,7 +300,7 @@ Document FPGA Modelling in the Cyborg project
References
==========
.. [#device-profile-spec] `Specification for Device Profile <https://review.openstack.org/#/c/602978/>`_
.. [#device-profile-spec] `Specification for Device Profile <https://review.opendev.org/#/c/602978/>`_
History
=======

View File

@ -73,7 +73,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/cyborg+message:apiimpact,n,z
https://review.opendev.org/#/q/status:open+project:openstack/cyborg+message:apiimpact,n,z
Problem description

View File

@ -5,7 +5,7 @@ skipsdist = True
[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}
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning