update git.openstack.org to opendev

Change-Id: Ieaf0fa5e2db42bd742ff2117808fdec0668354eb
This commit is contained in:
liuwei 2019-04-29 10:47:18 +08:00
parent 023261045f
commit 6222c2914e
3 changed files with 5 additions and 5 deletions

View File

@ -22,5 +22,5 @@ to the static Redfish responser.
* Free software: Apache license * Free software: Apache license
* Documentation: https://docs.openstack.org/sushy/ * Documentation: https://docs.openstack.org/sushy/
* Source: http://git.openstack.org/cgit/openstack/sushy-tools * Source: http://opendev.org/openstack/sushy-tools
* Bugs: https://storyboard.openstack.org/#!/project/openstack/sushy-tools * Bugs: https://storyboard.openstack.org/#!/project/openstack/sushy-tools

View File

@ -52,7 +52,7 @@ Virtual Redfish BMC
------------------- -------------------
The virtual Redfish BMC is functionally similar to the The virtual Redfish BMC is functionally similar to the
`Virtual BMC <https://git.openstack.org/cgit/openstack/virtualbmc>`_ tool `Virtual BMC <https://opendev.org/openstack/virtualbmc>`_ tool
except that the frontend protocol is Redfish rather than IPMI. The Redfish except that the frontend protocol is Redfish rather than IPMI. The Redfish
commands coming from the client get executed against the virtualization commands coming from the client get executed against the virtualization
backend. That lets you control virtual machine instances over Redfish. backend. That lets you control virtual machine instances over Redfish.
@ -119,7 +119,7 @@ You should be able to flip its power state via the Redfish call:
You can have as many domains as you need. The domains can be concurrently You can have as many domains as you need. The domains can be concurrently
managed over Redfish and some other tool like managed over Redfish and some other tool like
`Virtual BMC <https://git.openstack.org/cgit/openstack/virtualbmc>`_. `Virtual BMC <https://opendev.org/openstack/virtualbmc>`_.
The OpenStack backend The OpenStack backend
+++++++++++++++++++++ +++++++++++++++++++++
@ -184,4 +184,4 @@ And flip its power state via the Redfish call:
You can have as many OpenStack instances as you need. The instances can be You can have as many OpenStack instances as you need. The instances can be
concurrently managed over Redfish and functionally similar tools like concurrently managed over Redfish and functionally similar tools like
`Virtual BMC <https://git.openstack.org/cgit/openstack/virtualbmc>`_. `Virtual BMC <https://opendev.org/openstack/virtualbmc>`_.

View File

@ -10,7 +10,7 @@ setenv =
VIRTUAL_ENV={envdir} VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning PYTHONWARNINGS=default::DeprecationWarning
deps = deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
-r{toxinidir}/test-requirements.txt -r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt -r{toxinidir}/requirements.txt
commands = stestr run {posargs} commands = stestr run {posargs}