diff --git a/README.rst b/README.rst index 2fa45463..e64120c2 100644 --- a/README.rst +++ b/README.rst @@ -8,7 +8,7 @@ Cyborg provides a general management framework for accelerators such as FPGA, GPU, SoCs, NVMe SSDs, CCIX caches, DPDK/SPDK, pmem and so forth. * Free software: Apache license -* Source: https://git.openstack.org/cgit/openstack/cyborg +* Source: https://opendev.org/openstack/cyborg * Bugs: https://bugs.launchpad.net/openstack-cyborg * Blueprints: https://blueprints.launchpad.net/openstack-cyborg diff --git a/doc/source/contributor/devstack_setup.rst b/doc/source/contributor/devstack_setup.rst index e3d0a104..29e4bf51 100644 --- a/doc/source/contributor/devstack_setup.rst +++ b/doc/source/contributor/devstack_setup.rst @@ -36,7 +36,7 @@ Download DevStack .. code-block:: console - $ git clone https://git.openstack.org/openstack-dev/devstack + $ git clone https://opendev.org/openstack/devstack .. code-block:: console @@ -100,7 +100,7 @@ Enable services enable_service q-meta enable_service neutron enable_service n-novnc - enable_plugin cyborg https://git.openstack.org/openstack/cyborg + enable_plugin cyborg https://opendev.org/openstack/cyborg NOVA_VNC_ENABLED=True NOVNCPROXY_URL="http://$SERVICE_HOST:6080/vnc_auto.html" VNCSERVER_LISTEN=0.0.0.0 diff --git a/doc/source/install/from-source.rst b/doc/source/install/from-source.rst index f7ca85d3..bf60b357 100644 --- a/doc/source/install/from-source.rst +++ b/doc/source/install/from-source.rst @@ -23,7 +23,7 @@ Install and Configure .. code-block:: console cd ~/cyborg - git clone https://git.openstack.org/openstack/cyborg + git clone https://opendev.org/openstack/cyborg .. #. Set up the cyborg config file diff --git a/tox.ini b/tox.ini index 3b7298ce..c08a6206 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,7 @@ commands = rm -f .testrepository/times.dbm [testenv:common-constraints] basepython = python3 -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} [testenv:genpolicy] basepython = python3