update git.openstack.org to opendev
Change-Id: Ieaf0fa5e2db42bd742ff2117808fdec0668354eb
This commit is contained in:
parent
023261045f
commit
6222c2914e
@ -22,5 +22,5 @@ to the static Redfish responser.
|
||||
|
||||
* Free software: Apache license
|
||||
* 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
|
||||
|
@ -52,7 +52,7 @@ Virtual Redfish BMC
|
||||
-------------------
|
||||
|
||||
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
|
||||
commands coming from the client get executed against the virtualization
|
||||
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
|
||||
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
|
||||
+++++++++++++++++++++
|
||||
@ -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
|
||||
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>`_.
|
||||
|
2
tox.ini
2
tox.ini
@ -10,7 +10,7 @@ setenv =
|
||||
VIRTUAL_ENV={envdir}
|
||||
PYTHONWARNINGS=default::DeprecationWarning
|
||||
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}/requirements.txt
|
||||
commands = stestr run {posargs}
|
||||
|
Loading…
x
Reference in New Issue
Block a user