From 6222c2914e42b7b576c0089c8a78d4c6cfde5c38 Mon Sep 17 00:00:00 2001 From: liuwei Date: Mon, 29 Apr 2019 10:47:18 +0800 Subject: [PATCH] update git.openstack.org to opendev Change-Id: Ieaf0fa5e2db42bd742ff2117808fdec0668354eb --- README.rst | 2 +- doc/source/user/index.rst | 6 +++--- tox.ini | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 9b9d0ede..3f766ab5 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/doc/source/user/index.rst b/doc/source/user/index.rst index bb015675..8071f41b 100644 --- a/doc/source/user/index.rst +++ b/doc/source/user/index.rst @@ -52,7 +52,7 @@ Virtual Redfish BMC ------------------- The virtual Redfish BMC is functionally similar to the -`Virtual BMC `_ tool +`Virtual BMC `_ 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 `_. +`Virtual BMC `_. 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 `_. +`Virtual BMC `_. diff --git a/tox.ini b/tox.ini index 042671ed..8764f733 100644 --- a/tox.ini +++ b/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}